Quantcast
Channel: SCN : All Content - All Communities
Viewing all 3255 articles
Browse latest View live

OSS note to disable checkbox to save as default layout in ALV

$
0
0

Can you please provide OSS note to disable checkbox to save a layout as global default in ALV?

I think someone saw it before but I could not find it.

 

I appreciate your help.

 

Thank you very much.

Regard,

Jajah


Exportar layout para edición.

$
0
0

Buenas tardes tengo el siguiente problema.

 

Quiero exportar un layout para abrirlo y editarlo en crystal reports, lo estoy exportando de la siguiente manera.

Me voy hasta la ventana "Gestion de informes y de layout" aquí selecciono el formato que necesito  y le doy clic en exportar, me sale la ventana del asistente le doy en siguiente y llego a "Selección de informes y layout", aquí selecciono nuevamente el formato que necesito y llego a "Detalles del paquete" en esta ventana tengo que llenar 3 datos:

 

1. Nombre del paquete.

2. Descripción.          (opcional)

3. Ubicación de la carpeta.

 

Le doy en finalizar y llego a "Exportación completa" pero me exporta un paquete .b1px  quiero saber como puedo sacar el archivo .rpt que es el que acepta crystal reports para editarlo. Y si me pueden explicar que hacer con el .b1px para llegar al rpt seria de ayuda.

O  tal vez debo exportar el layout de otra manera para que me lo de en .rpt, por favor me explican. Gracias.

Problem installing HAT, bower cannot be installed

$
0
0

Hi there,

 

i am trying to install the HAT, but when i run the setup file, the bower cannot be installed.

 

bower.PNG

I appreciate any help.

Thanks,

Georgi

Is it possible to add extension field to Account TI Header Pane?

$
0
0

I know you can add an embedded component in the normal screen but do we have access to the header pane?

 

Thanks

Brad

Cod in User Exit

$
0
0

Hi All,

 

I want to use below code  for formula variable with  user exit based on user entered value  from other variable 

 

 

 

DATA: ZI_T_VAR_RANGE LIKE I_T_VAR_RANGE WITH HEADER LINE.

 

IF I_STEP = 2.

CASE I_VNAM.

when 'ZVF_G_EXIT1'.

READ TABLE I_T_VAR_RANGE INTO ZI_T_VAR_RANGE WITH KEY VNAM = 'ZVPR3CUR'

                                                                                                                 IOBJNM   =  '0FISCPER3'.

 

if sy-subrc = 0.

 

clear l_s_range.

 

 

if ZI_T_VAR_RANGE-LOW = '3'.

 

 

move '-7.45' to l_s_range-low .

 

l_s_range-opt = 'BT'.

l_s_range-sign = 'I'.

CLEAR E_T_RANGE.

append l_s_range  to e_t_range.

endif.

endif.

 

I am not able to move "-7.45" into l_s_range-low , program is coming out of  if statement. I am not sure it going to work ,


Please let me know how to do that .


Thanks

Hari 

Expanding SAP window

$
0
0

When I expand my SAP window, the data on the page stays on the left half of the screen. I'd like it to expand and take up the width of the page when I maximize the window, instead of staying on the left half. I did an update today and lost that setting and can't figure out how to reset that.

BPC Cubes not being created after Installation and restore

$
0
0

Hi Experts

 

I have installed BPC 10.1 MS SP 3 on our dev server.

Note : Installed SQL 2014 and the rest of the Pre Requisite software. On a multi server environment. The installation went through fine without any errors.

I Then restored my Environment via Server manager and everything went through fine (no errors).

I Then tried to process the dimensions in my environment and got the usual error on ID ..... I checked the error on AppServer DB and it said no Dimensions in my cube. I then checked SSAS and found that the BPC Cubes including all dimensions had not been created. I tried to restore environment again thinking something was corrupt the first time, but the cubes does not get created on SSAS whenever I restore even though I get no errors and OLAP creation says successful on the restore.

 

Any Idea why this would happen? and a solution?

 

Kind Regards

Aadil

Reusing Formula Variable 0DPM_UV0 to 0DPM_UV4 (Grid 0 to Grid 4) for Disputes in new query.

$
0
0

Hi Gang,

 

I recreated BI Content InfoSet 0DPM_I0 Accounts Receivable Process Integration in a custom InfoSet.

I am now attempting to recreate query 0DPM_I0_Q0 Grid Columns in a custom query on the custom InfoSet by adding Formula Variable  0DPM_UV0 to 0DPM_UV4 as selection against Created On Date, like in the BI Content.

 

When I try to select the Formula Variable, 0DPM_UV0 to 0DPM_UV4 are not displayed!

When I look in 0DPM_I0_Q0 , the Formula Variable are listed as options.

 

Can anyone suggest how I can use 0DPM_UV0 to 0DPM_UV4 in a custom query on a custom InfoSet

 

Thanks,

 

John Hawk


How can I hide the field Reference Order in IW31?

$
0
0

Hi, Gurus!

In IW31 there is a field used to copy some data from an old PM order to a new one. Because the settlement values are copied to the new one our users wants to have this functionality disabled.

How can I do this? I searched for an configuration option in all spro without success.

 

Thanks in advance.

Kapsel - Provide Client Certificate for communication

$
0
0

Hello,

 

currently my situation is that I have a server between a mobile device and an SMP. This server expects a client certificate for authentication. Every request to the server will be redirected to the SMP if the client certificat is provided. The registration against the SMP schould be done by default HTTP/S authentication (No SSO here).


I followed this example on github https://github.com/SAP/mobilesdk-certificateprovider take the iOS sample app and implement logon method:


function register() {    var context = {        operation:{            logonView : sap.logon.IabUi        },        appConfig:{            appID : "testapp",            isForSMP : false, // <- Certificat should not be used to register against the SMP (SSO)?            certificate : "X509FileCertificateProvider"        },        smpConfig : {            "serverHost": "testserver.com", // <- This server redirects directly to the SMP if the certificate is provided     "https": "true",            "serverPort": "443", // <- Server only reachable on port 443            "communicatorId": "REST"        }    };    var appDelegate = {};    appDelegate.onRegistrationSuccess = function(result) {        alert("Successfully Registered");        applicationContext = result;    }    appDelegate.onRegistrationError = function(error) {    alert("An error occurred:  " + JSON.stringify(error));    }    sap.Logon.startLogonInit(context, appDelegate);
}

Unfortunately, the method says that the registration was successful but that's not the case. I do not get applicationId and there is also no registration in the Admin Cockpit.

 

Any ideas what could be the problem?

 

Thanks in advance

OINV,SlpCode

$
0
0

estimados expertos en SAPBO una vez mas pidiendo de su gran conocimiento, tengo otro problema, como puedo bloquear el campo de OINV,SlpCode en caso de que no este el nombre del vendedor? me esta dando mucho dolor de cabeza con una consulta que genere de ventas, cada empleado de ventas tiene un código pero a veces tanto la gente de crédito y de facturación se les olvida que deben seleccionar el código del vendedor y el nombre del titular en OINV,OwnerCode.

 

de antemano agradezco su gran ayuda y aporte.

 

Saludos,

Noé

 

Bloqueo de campo SlpCode.jpg

Db2load import for big tables

$
0
0

Hi Team,

 

We are trying to export import some of the big tables into new tablespaces.

Export has been unsorted standard LRG TPL file.

While doing import we are using the below load args.

Running only one job at a time for the splitted table since with db2load i dont think so parallel importing is possible.

 

-stop_on_error -loadprocedure fast LOAD_FORCED:COMPRESS_STATIC_ALL -nolog -c 200000

 

There would be about close 70 TOC files each containing close to 25 million records. So team question is that what would be a commit count.

 

What is the logic behind a higher commit count or a lower commit count. Any reasoning would like to know.

Delete Sales Organization in C4C

$
0
0

I have used the migration tool to do a mass creation of a multiple level sales organizational structure.  After doing this, I tried to activate, but I found out that I didn't have the address defined on all the levels, which apparently is required.

 

I cannot reload the migration template again because the data is the same, with this added information.

 

Is there a way to mass delete the sales organizational structure that is not activated yet?  With the multiple levels of the structure and the amount of data that is in it, it will take me a day to try to delete each level manually.

 

Any help on this would be greatly appreciated.

 

Thanks,

Darcie Schwalenberg

SAP Inside Track Walldorf 2015

$
0
0

sitwdf_logo.png

Introduction

After much inspiration from other SAP Inside Track Events I want to go for an SAP Inside Track Walldorf at the end of the year.
Grab the opportunity and connect with your peers, learn from each other by sharing experiences and thoughts.
Use hash tag #sitWDF on Twitter to share ideas and spread the news! Use www.sitwdf.de as a shortcut.

The conference language will be English.


In addition to the regular SIT program, we also collect topics, where you would value a presentation from an SAP Employee. Input is collected in the registration form, and we'll try to get hold of a speaker for the topic, once sufficient interest is there.

When

Saturday, 12th of December.
Registration open at 9:00. Sessions start at 10:00 and end at 17:30.

Where

Walldorf near Heidelberg ("Mothership"), Building ISZ/WDF05, rooms C2.05, C2.07, C2.08
We will provide you with a QR Code that you have to bring with you, to enter the building.

Hotel information can be found below. Please don't forget to make your booking in time.

 

Who

For SCN/BPX community members (both consultants and customers) who want to share their knowledge.

Costs

Coffee, Water, Soda and Snacks during the event as well as Lunch in Kalipeh and Saturday Networking Reception with beer are included! (Thanks to our Sponsors / See Below)
Evening Events, Travel, Hotel and other expenses are not included.

Sessions / Agenda

  • Kick-off the experience with SAP CodeJam on Friday December 11th. More info and Registration here: SAP CodeJam Walldorf Registration
  • Please plan to come on Saturday December 12th, at 9:00 am for a casual warm-up and to get to know each other.
  • We will have lecture sessions and after Lunch Marketplace Sessions
  • After the sessions we plan a short networking reception with beer in the building (5:30-6:00 pm) that is sponsored by "espresso tutorials"
  • In the evening we have planned a nice event (see below in "Networking Details" / Please enter in the registration list below if you are planning to join)

 

SITWDF_Agenda_Nov18.png

 

SAP CodeJam Walldorf       Friday, December 11, 2015 from 11:00 am to 5:00 pm (CET)

Looking to network with fellow developers while exploring something new and exciting? Well look no further, as SAP CodeJam presents the latest in SAP HANA with IoT!

As a participant, you will get access to tools, sandboxes, interactive time with experts and much more. These physical face to face, in-person events have been going on since 2012 and have become a hit amongst all the attendees!

Don’t know much about SAP HANA with IoT? Not to worry, we will be sending out an email checklist with links to help you prepare for the event.

To attend our events, we ask of three simple things: DESIRE, your own laptop and of course for you to show up ready to learn!

The event is free but the space is limited, so SIGN UP NOW!

Marketplace Sessions (maximum 20 minutes)

If you want to do a developer talk, showing a small prototype or application or cover some niche topics (at least 10 min. of talk/demo, max. 20 min.) then our new marketplace might fit to you. We provide tables and the audience can just drop by listen, discuss and go to the next one. It allows more interaction and talks about topics which do not fit to a lecture for bigger audience. For instance, talking about software design and architecture, rules frameworks, test automation, IoT, software quality, Java Script…. Whatever you want and even non-techie topics, if you want to do some gym – please feel free to contribute   (smile)

The marketplace has its own slot (~90 minutes) after lunch and will not run in parallel to the lectures. The 20 minute sessions will be repeated by the hosts, so that the attendees can rotate around and catch up on every topic.


Session Proposals

Here you have the chance to add value to SAP Inside Track Walldorf. Take the stage and share your SAP experiences, open the discussion and take new insights back home.

Please enter your session proposals here:

 

Title Lecture SessionDescriptionPresenter(s)Accepted (Yes/No)

ITM227

SysOps IMPROVED: Take the Best from DevOps and Data Visualization(TechEd presentation)

Christian Braukmueller
IT Infrastructure Monitoring @ SAPDaniel Koller
Core Data Service (CDS) and Open SQL: What's new in NW 7.50?30minsUwe Fetzer
SAPUI5 - using, extending and creating own controls (on example of SCN Design Studio SDK community)30minsKarol Kalisz
Hackers versus Developers: The GAME is ON - the real truth over Developer's awareness to stop the AttackersSoumyasanto Sen
Fun with Mazes30minsHendrik Neumann
Not going to shave for a few days, and probably will try to wear some colorful sneakers to be entitled to tell the node.js storyJan Penninkhof
BOPF or Build and Splash or maybe both. Have to sort my ideas after TechEd first30minsMartin Fischer
Custom Controls in SAPUI5 with D3.js - like UX200 at TechEd Barcelona

ONLY POSSIBLE IN THE AFTERNOON

30-45 mins

Maximilian Lenkeit

The best debugging tool - your brain

Quite often I see even experienced developers getting lost in endless debugging sessions. In this talk I'll present some of the strategies that proved useful for me to quickly identify the root cause of bugs.

30mins - also possible as marketplace sessionChristian Drumm

 

Title Marketplace SessionDescriptionPresenter(s)Accepted (Yes/No)
Gateway for Microsoft Demo - Easy to use integration scenarios 20 min, MarketplaceMartin Fischer

Session Suggestions

Based on the feedback until now, we plan for the following Tracks (with example session topics)

•             IoT: ABAP Push-Channels, Integration in HCP

•             SAP UI5/Open UI5: Focus on practical examples & use cases

•             Cloud/DevOps/SysOps: Docker use in SAP, Chef usage in SAP, API management solution

•             Forms, business rules & output: BRF, Adobe Forms

•             HANA & BW: Design Studio, Lumira, Predictive Analytics

•             Open Track

 

Registration and Attendee List

  • Please use our Google Form (#SITWDF Registration list) to register for the event AND add your name to the list hereunder to have visibility of peers attending.
  • You are only registered, if you have used the #SITWDF Registration listand it is also the order in the google form which decides regarding the waiting list.
  • For SAP CodeJam please register here: SAP CodeJam Walldorf Registration
  • If you are not able to attend the SITWDF, please strike out your name in the list below.


NRReg DateFirst NameLast NameBioTwitter handleDemoJam (Friday)Friday Evening EventSaturday Evening Event
1DanielKollerDaniel Koller@dakolleryesyes
2KatiFischerKatarina Fischer@Katarinafischerno

yes

yes
3Frank KöhntoppSAP@koehntoppmaybe
4DeniseNepraunigSAP, Linkedin@denisenepraunigyesyes
5JürgenLinsJürgen Lnomaybe
6TahirÖzTahir Öz@ozthrmaybemaybe
7HP SeitzHP Seitz@hpseitznomaybe
8Twan van den Broekabout.me/tbroek@tbroekmaybeyes
9JanPenninkhofJan@jpenninkhofmaybeyes
10KässThomasSCNnono
1111.08.2015Martin FischerXING, SCN, LinkedIn@cyclingfischmaybemaybe
1211.08.2015ChristianDrumm@ceedee666nomaybe
1311.08.2015ChristianGünterXINGxmaybemaybe
1411.08.2015HendrikNeumann@h_neumannyes, but lateyes
1511.08.2015SaschaHackXING@sporty_hacknono
1611.08.2015JorgeWeisslinkedIn@weissjorgemaybemaybe
1711.08.2015LukasWeigeltLukas Weigeltmaybemaybe
1811.08.2015PiusKirrmannlinkedinxnono
1912.08.2015MartinKuhlmannplannedno
2012.08.2015JensKnappik@Jens.Knappikmaybeno
2112.08.2015UweFetzerUwe Fetzer@se38yesmaybe
2213.08.2015ChristianBraukmüllerChristian Braukmueller@CBasisxyesno (leaving at 8pm)
2313.08.2015SuhasSahaSuhas Sahamaybemaybe
2413.08.2015Minh TriNguyenplannedmaybe
2514.08.2015SoumyasantoSenSoumyasanto Sen@soumyasantomay bemay be
2614.08.2015AlexanderSalnikov@stuggiboyx
2714.08.2015FlorianHenninger@f4abapnono
2815.08.2015JitendraKansalJitendra Kansal@jkkansal1987xmaybemaybe
2915.08.2015RolandKnippRoland Knipp@sbasischeckyesmaybe
3020.08.2015UweKitzmannLinkedIn@ukitzmannyesmaybe
3120.08.2015MohammedKadiri Yamani
3221.08.2015ThorstenFranzThorsten Franz@thorstenstermaybemaybe
3321.08.2015MartinLangMartin Lang@martinlangnomaybe
3421.08.2015OliverGutzeitOliver Gutzeit@ollo73nomaybe
3522.08.2015MichaelSopunov@danzaluxx
3624.08.2015JakobFlaman@jakobflamanxyesyes
3728.08.2015JatinGarg
3801.09.2015AbdulbasitGulsenAbdulbasit Gulsen@abdulbasitgmaybemaybe
3904.09.2015TorstenSchubertTorsten Schubert@weltspionmaybemaybe
4005.09.2015RemiKaimalMeAnuKaimal
4107.09.2015VladimirsSemikinsVladimirs Semikins@seVladimirsmaybemaybe
4207.09.2015DmitrijsDikanskismaybemaybe
4307.09.2015DmitrijsPozdnakovs
4411.09.2015ThiloSeidel@thildevmaybeyes
4511.09.2015KunalJauhari
4612.09.2015FrankNawrath@frankaexmaybemaybe
4714.09.2015RobertRembelskix
4815.09.2015AxelKrausen
4921.09.2015MalinLidénnoyes
5024.09.2015DennisDuivenbodeDennis@dduivenbodenoyes
5125.09.2015Jan WillemMolenaarJan Willem@jwmolenaarnoyes
5210.10.2015PascalMöllerXING / SCN@pascalmoemaybemaybe
5311.10.2015AndreaTaylor@HANAUser
5411.10.2015FlorianPfefferSCN@pfefferfnomaybe
5512.10.2015VitaliyRudnytskiyWitalij Rudnicki@Sygyzmundovychprobably yesmaybe
5613.10.2015KarolKaliszKarol Kalisz@kaliszkarolxmaybemaybe
5716.10.2015Heiko WalterBernhart@heikobernhartmaybeyes
5819.10.2015MansourFarghaly@mansourfarghalynoyes
5919.10.2015JörgBrandeismaybeNo
6020.10.2015SteffenFröhlich@citokiyesno
6121.10.2015RainerWinkler@RainerWinkler
6223.10.2015ChrisSwanepoelChristiaan Edward Swanepoel@ChrisESwanepoelnoyes
6325.10.2015CarstenSchröder
6426.10.2015PeterInotaiPeter Inotai | LinkedInnomaybe
6526.10.2015ImreHajnalnomaybe
6626.10.2015TimoTraubnomaybe
6727.10.2015AlexanderMaetzingnono
6830.10.2015UlliHoffmann@_UlliHoffmannx
6930.10.2015ThomasKäss
7003.11.2015TsovinarChugaszyan@tsovinar_maybeyes
7115.11.2015MarcelSchmiechen@schmiechinhox
7216.11.2015HelmutFischer@PalzFischnonoyes
7316.11.2015UweKitzmann@ukitzmann
7418.11.2015RenaldWittwer@RenaldWittwermaybeyes
7518.11.2015ChristianBrunnerXING70% yesmaybeno
7618.11.2015ThomasKinkartz
7718.11.2015AndreasFrary
7818.11.2015ChristopherDlugoschXing@KriGosSanonono


Sign up for Tesla Test Drive

bridgingIT offers sustainability and e-mobility consulting. But they are not just consulting our customers; they do also practice what they preach: bridgingIT has currently the biggest long distance enabled electric company fleet in Germany. They want to make it possible for all SITWDF attendees to experience driving an electric car. Therefore there will be two Tesla Models available for test runs. Each test run will be scheduled for about 30 minutes. The test runs will be in parallel to the sessions. In order to keep the disturbance of SITWDF as low as possible, please sign up in advance in the list below

First come first serve!

Time Name 1Name 2Name 3Name 4
09:30
10:00
10:30
11:00
11:30
13:30Christian BraukmüllerChristian Günter

Steffen Fröhlich

14:00Imre HajnalPeter Inotai
14:30Torsten SchubertHendrik Neumann
15:00Soumyasanto SenJitendra Kansal
15:30
16:00
16:30


Networking Details

Friday night
5:30 Bar/Dinner (at own costs) Schmidts Schlachthof, Ringstraße 6, 69168 Wiesloch,

Saturday Lunch

For Lunch we will take the 5 mins Walk to "Kalipeh" https://www.kalipeh.com/start.html

You can choose from 3 different courses. (in advance)

Saturday Night

5:30-6:00 pm: Networking with Beer and nibbles - sponsored by www.espresso-tutorials.de
After the SIT we will drive to Schwetzingen (lets do Carpooling) near Walldorf.

6-8 pm
We will visit the beautiful Christmas Market

Stadt Schwetzingen: Weihnachtsmarkt 2015
Flyer Christmas Market 
We can drink "Glühwein", check out Booths with traditional Arts&Crafts, and warm up in the "Almhütte" (a hut).
For the ones that like to have more action: There is also an ice-ring for skating!

8pm-Open End
After this we will walk to the Weldebräu Stammhaus-Restaurant a traditional Brewery.
We can have Dinner or just have some beer while networking.

 

Sponsors

Espresso Tutorials (www.espresso-tutorials.de) is a sponsor of this event. They will have a info-desk where you can get information about their SAP eBook Library and the books that you can purchase though a flatrate. Each attendee will receive a 3 Months access to the Library!

Espresso Tutorials is also looking for authors for HANA & BW, SAP UI5/Open UI5, BRF+ etc. - that might be interesting for you.

E4ReVN_ROVjp2-luU0PF6-DKBrgxl0oz0sSCVSrox_g.jpg

bridgingIT ( www.bridging-it.de ) is an innovative IT consulting company. We bridge the gap between business and IT and offer service along the whole IT value chain: Business, sustainability and e-mobility consulting, project services, IT management, enterprise solutions and last but not least SAP. bridgingIT has offices in Cologne, Frankfurt, Mannheim, Karlsruhe, Stuttgart, Munich and Zug (Switzerland). As we know the importance of the community we are proud to be sponsor of #sitWDF.

 

bIT-Logo_ohne_Claim_CMYK_300dpi.jpg

Feel free to reach out to @dakoller and katarina.fischer@sap.com for sponsoring opportunities.


Tips

Any tips to take into account? Please list them and help making it a day to remember.

Further Questions

Don't hesitate to contact us if you have further questions:

Staying overnight / Hotel

 

We arranged for staying overnight with the Leonardo Hotel nearby: Heidelberg Hotels | Leonardo Hotel Heidelberg-Walldorf

You can use the attached Booking Form (in the attached files below)

Google Maps-Link: Google Maps

Address: Leonardo Hotel, Roter Straße, 69190 Walldorf

HU TYPE is not permitted in storage type AZ01

$
0
0

Hi Experts,

 

When i am trying to create a Warehouse Task with an inbound delivery, the system is throwing an error as this.

I maintained necessary strategies.

 

When we see the error, system is able to determine my storage type, but some where i am missing the master data.

I have maintained the HU type in product master data.

 

Kindly help.

 

Capture.PNG


How to transport already active BC Sets from Dev to Prod system?

$
0
0

Hi Experts,

 

in Dev system was activated Enterprise Extension EA-FS, in this proces are activated the next BC Sets:

 

EA-FS-AKH

EA-FS-IMG

EA-FS-MENU


After that I wanted to transport this BC sets, but there is not a way to transport them. I appreciate your help with this!!

Report taking more time for execution

$
0
0

Hi Vadim,

 

I have opened a new discussion as per your suggestion.

 

I am facing a performance issue with the report ,which is taking too much time for execution(6 mins to 10 mins).i am using this report for a long time, i didn't get any issue earlier and the report execution takes within(3 secs to 10 secs) based on data records.

 

I am using a BPC version

comp version.png

 

The trace shows that UJF_FILE_SERVICE_UI has the performance issue.I found a sap note1874034 on this,which suggests patch upgradation(SP2 to SP3).Would I need to check anything else before going to this upgradation. No new enhancements has done in the report.

 

 

Thanks,

Pavan

Link TFTIT as Text Table to Z-Table

$
0
0

Hello All,

 

I have a Z-Table that contains Function Module Names and I want to display the description in the Table Maintenance Generator. So, I tried a Foreign Key assignment with 'Key Fields of a Text Table'.  Also, my Z-Table has MANDT where TFTIT does not.

 

Anyway, the foreign key screen is prompting for a Foreign Key table and field for SPRAS. What do I put here? I tried using a Constant of 'E' but I get these messages when activating the table...

 

(text foreign key with fields outside of key)

(text foreign key requires additional language field)

 

How can I make this happen?

 

Thank you in advance.

 

Best Regards, Dean.

Synchronization Tool notes and updates - TaxFactory 10

$
0
0

Hello Community,

 

Please, refer to the all notes related to the new Sync tool:

 

2139409 The system does not have the required TUB installed

2130013 BSI: Sync Payroll Tax Data - Synchronization Errors

2127736 BSI: allow Sync. Payroll Tax Data to process tax authority mappings only

2125327 BSI: Sync Payroll Tax Data generates a short dump when BSI version is not speci

2116032 BSI: Improvements in Synchronize Payroll Tax Data tool

2101719 BSI: Sync. Payroll Tax Data dependencies on BSI Tax Type mappings

2082725 BSI: Synchronize Payroll Tax Data - FAQ

2069358 BSI: Corrections in Synchronize Payroll Tax Data report

2064814 BSI: Hide transport pushbuttons of the Synchronize Payroll Tax Data report

2058977 BSI: Sync. Tax Data does not save new tax authorities in transport

2052438 BSI: Sync. Payroll Tax Data generates invalid entries in T5UTD

2046535 BSI: Sync Payroll Tax Data displays error message when running in productive mo

2043697 BSI: Sync. Payroll Tax Data generates a short dump when running in productive m

2041033 BSI: Authorization checks for HRPAYUS_SYNC_TAX_DT

2009438 BSI: Sync.Payroll Tax Data shows error message - New authority was not inserted

1992697 BSI: Sync. Payroll Tax Data is generating duplicated tax authorities

1992315 BSI: Required TUB level for Synchronize Payroll Tax Data tool

1984911 BSI: Synchronize Payroll Tax Data - General Corrections

1975742 BSI: Synchronize Payroll Tax Data

 

For further documentation access:
service.sap.com/hrusa

  • ASUG Webcast: HCM US BSI Timelines and Updates (February 19, 2015)On February 19, 2015, SAP gave a presentation that covered upcoming BSI timelines, review of the new Synchronize Payroll Tax Data tool, and updates about recently released Year End changes. For more information, see the presentation slides.


  • ASUG Webcast: HCM US Payroll - TUB Workbench, A Tool To Apply TUBs (March 17, 2014) On March 17, 2014, SAP presented a new tool (Synchronize Payroll Tax Data) which will replace the current process of Tax Update Bulletin (TUBs) in the future. For more information, refer to the presentation slides. SAP will also release an FAQ Note about this topic in the near future.



Information


The delivery of Tax Update Bulletin notes for Tax Factory 10.0 will be replaced completely by the Synchronize Payroll Tax Data (HRPAYUS_SYNC_TAX_DT) transaction, available with the March 2014 HR Support Package. After April 2015, tax data configuration will be available only via the Synchronize Payroll Tax Data tool and the delivery of Tax Update Bulletin notes will be discontinued. Plan the adoption of the new tool in advance. More information can be found in SAP Note 1975742.

 

Thank you,


Kind regards,


Graziela Dondoni









Diet suitability search

$
0
0

When I try and search for specific diet suitability values using the "extended search feature" option in RMWB, there are no search criteria.  When I try a manul search, it displays only items that have that field populated, but not what the data is.  How can I search for specific diet suitablity data?

Viewing all 3255 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>