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
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
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.
I know you can add an embedded component in the normal screen but do we have access to the header pane?
Thanks
Brad
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
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.
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
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
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.
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
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é
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.
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
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.
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.
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
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!
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
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.
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 Session | Description | Presenter(s) | Accepted (Yes/No) |
---|---|---|---|
SysOps IMPROVED: Take the Best from DevOps and Data Visualization(TechEd presentation) | Christian Braukmueller | ||
IT Infrastructure Monitoring @ SAP | Daniel Koller | ||
Core Data Service (CDS) and Open SQL: What's new in NW 7.50? | 30mins | Uwe Fetzer | |
SAPUI5 - using, extending and creating own controls (on example of SCN Design Studio SDK community) | 30mins | Karol Kalisz | |
Hackers versus Developers: The GAME is ON - the real truth over Developer's awareness to stop the Attackers | Soumyasanto Sen | ||
Fun with Mazes | 30mins | Hendrik 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 story | Jan Penninkhof | ||
BOPF or Build and Splash or maybe both. Have to sort my ideas after TechEd first | 30mins | Martin 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 session | Christian Drumm |
Title Marketplace Session | Description | Presenter(s) | Accepted (Yes/No) |
---|---|---|---|
Gateway for Microsoft Demo - Easy to use integration scenarios | 20 min, Marketplace | Martin 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
NR | Reg Date | First Name | Last Name | Bio | Twitter handle | DemoJam (Friday) | Friday Evening Event | Saturday Evening Event |
---|---|---|---|---|---|---|---|---|
1 | Daniel | Koller | Daniel Koller | @dakoller | yes | yes | ||
2 | Kati | Fischer | Katarina Fischer | @Katarinafischer | no | yes | yes | |
3 | Frank | Köhntopp | SAP | @koehntopp | maybe | |||
4 | Denise | Nepraunig | SAP, Linkedin | @denisenepraunig | yes | yes | ||
5 | Jürgen | Lins | Jürgen L | no | maybe | |||
6 | Tahir | Öz | Tahir Öz | @ozthr | maybe | maybe | ||
7 | HP | Seitz | HP Seitz | @hpseitz | no | maybe | ||
8 | Twan | van den Broek | about.me/tbroek | @tbroek | maybe | yes | ||
9 | Jan | Penninkhof | Jan | @jpenninkhof | maybe | yes | ||
10 | Käss | Thomas | SCN | no | no | |||
11 | 11.08.2015 | Martin | Fischer | XING, SCN, LinkedIn | @cyclingfisch | maybe | maybe | |
12 | 11.08.2015 | Christian | Drumm | @ceedee666 | no | maybe | ||
13 | 11.08.2015 | Christian | Günter | x | maybe | maybe | ||
14 | 11.08.2015 | Hendrik | Neumann | @h_neumann | yes, but late | yes | ||
15 | 11.08.2015 | Sascha | Hack | @sporty_hack | no | no | ||
16 | 11.08.2015 | Jorge | Weiss | @weissjorge | maybe | maybe | ||
17 | 11.08.2015 | Lukas | Weigelt | Lukas Weigelt | maybe | maybe | ||
18 | 11.08.2015 | Pius | Kirrmann | x | no | no | ||
19 | 12.08.2015 | Martin | Kuhlmann | planned | no | |||
20 | 12.08.2015 | Jens | Knappik | @Jens.Knappik | maybe | no | ||
21 | 12.08.2015 | Uwe | Fetzer | Uwe Fetzer | @se38 | yes | maybe | |
22 | 13.08.2015 | Christian | Braukmüller | Christian Braukmueller | @CBasis | x | yes | no (leaving at 8pm) |
23 | 13.08.2015 | Suhas | Saha | Suhas Saha | maybe | maybe | ||
24 | 13.08.2015 | Minh Tri | Nguyen | planned | maybe | |||
25 | 14.08.2015 | Soumyasanto | Sen | Soumyasanto Sen | @soumyasanto | may be | may be | |
26 | 14.08.2015 | Alexander | Salnikov | @stuggiboy | x | |||
27 | 14.08.2015 | Florian | Henninger | @f4abap | no | no | ||
28 | 15.08.2015 | Jitendra | Kansal | Jitendra Kansal | @jkkansal1987 | x | maybe | maybe |
29 | 15.08.2015 | Roland | Knipp | Roland Knipp | @sbasischeck | yes | maybe | |
30 | 20.08.2015 | Uwe | Kitzmann | @ukitzmann | yes | maybe | ||
31 | 20.08.2015 | Mohammed | Kadiri Yamani | |||||
32 | 21.08.2015 | Thorsten | Franz | Thorsten Franz | @thorstenster | maybe | maybe | |
33 | 21.08.2015 | Martin | Lang | Martin Lang | @martinlang | no | maybe | |
34 | 21.08.2015 | Oliver | Gutzeit | Oliver Gutzeit | @ollo73 | no | maybe | |
35 | 22.08.2015 | Michael | Sopunov | @danzalux | x | |||
36 | 24.08.2015 | Jakob | Flaman | @jakobflaman | x | yes | yes | |
37 | 28.08.2015 | Jatin | Garg | |||||
38 | 01.09.2015 | Abdulbasit | Gulsen | Abdulbasit Gulsen | @abdulbasitg | maybe | maybe | |
39 | 04.09.2015 | Torsten | Schubert | Torsten Schubert | @weltspion | maybe | maybe | |
40 | 05.09.2015 | Remi | Kaimal | MeAnuKaimal | ||||
41 | 07.09.2015 | Vladimirs | Semikins | Vladimirs Semikins | @seVladimirs | maybe | maybe | |
42 | 07.09.2015 | Dmitrijs | Dikanskis | maybe | maybe | |||
43 | 07.09.2015 | Dmitrijs | Pozdnakovs | |||||
44 | 11.09.2015 | Thilo | Seidel | @thildev | maybe | yes | ||
45 | 11.09.2015 | Kunal | Jauhari | |||||
46 | 12.09.2015 | Frank | Nawrath | @frankae | x | maybe | maybe | |
47 | 14.09.2015 | Robert | Rembelski | x | ||||
48 | 15.09.2015 | Axel | Krausen | |||||
49 | 21.09.2015 | Malin | Lidén | no | yes | |||
50 | 24.09.2015 | Dennis | Duivenbode | Dennis | @dduivenbode | no | yes | |
51 | 25.09.2015 | Jan Willem | Molenaar | Jan Willem | @jwmolenaar | no | yes | |
52 | 10.10.2015 | Pascal | Möller | XING / SCN | @pascalmoe | maybe | maybe | |
53 | 11.10.2015 | Andrea | Taylor | @HANAUser | ||||
54 | 11.10.2015 | Florian | Pfeffer | SCN | @pfefferf | no | maybe | |
55 | 12.10.2015 | Vitaliy | Rudnytskiy | Witalij Rudnicki | @Sygyzmundovych | probably yes | maybe | |
56 | 13.10.2015 | Karol | Kalisz | Karol Kalisz | @kaliszkarol | x | maybe | maybe |
57 | 16.10.2015 | Heiko Walter | Bernhart | @heikobernhart | maybe | yes | ||
58 | 19.10.2015 | Mansour | Farghaly | @mansourfarghaly | no | yes | ||
59 | 19.10.2015 | Jörg | Brandeis | maybe | No | |||
60 | 20.10.2015 | Steffen | Fröhlich | @citoki | yes | no | ||
61 | 21.10.2015 | Rainer | Winkler | @RainerWinkler | ||||
62 | 23.10.2015 | Chris | Swanepoel | Christiaan Edward Swanepoel | @ChrisESwanepoel | no | yes | |
63 | 25.10.2015 | Carsten | Schröder | |||||
64 | 26.10.2015 | Peter | Inotai | Peter Inotai | LinkedIn | no | maybe | ||
65 | 26.10.2015 | Imre | Hajnal | no | maybe | |||
66 | 26.10.2015 | Timo | Traub | no | maybe | |||
67 | 27.10.2015 | Alexander | Maetzing | no | no | |||
68 | 30.10.2015 | Ulli | Hoffmann | @_UlliHoffmann | x | |||
69 | 30.10.2015 | Thomas | Käss | |||||
70 | 03.11.2015 | Tsovinar | Chugaszyan | @tsovinar_ | maybe | yes | ||
71 | 15.11.2015 | Marcel | Schmiechen | @schmiechinho | x | |||
72 | 16.11.2015 | Helmut | Fischer | @PalzFisch | no | no | yes | |
73 | 16.11.2015 | Uwe | Kitzmann | @ukitzmann | ||||
74 | 18.11.2015 | Renald | Wittwer | @RenaldWittwer | maybe | yes | ||
75 | 18.11.2015 | Christian | Brunner | 70% yes | maybe | no | ||
76 | 18.11.2015 | Thomas | Kinkartz | |||||
77 | 18.11.2015 | Andreas | Frary | |||||
78 | 18.11.2015 | Christopher | Dlugosch | @KriGosSa | no | no | no | |
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 1 | Name 2 | Name 3 | Name 4 |
---|---|---|---|---|
09:30 | ||||
10:00 | ||||
10:30 | ||||
11:00 | ||||
11:30 | ||||
13:30 | Christian Braukmüller | Christian Günter | Steffen Fröhlich | |
14:00 | Imre Hajnal | Peter Inotai | ||
14:30 | Torsten Schubert | Hendrik Neumann | ||
15:00 | Soumyasanto Sen | Jitendra 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)
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.
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.
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.
Don't hesitate to contact us if you have further questions:
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
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.
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!!
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
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
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.
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
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
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?