Hello All,
We need to interface the Freight Unit details to middleware system. On that note, what are the possible options?
A detailed approach will be highly appreciated.
Also the same has to be carried out for an inbound Freight Order interfa...
Hello Guys,
Looking at the Template files provided as part of RDM V3 package for S4H 1709, I do not find any specific object for GL master data or Cost Element migration but rather there are two objects:
GL_Balance...
Hi SAP Gurus,I am posting this as this has not been replied completely in any of the earlier posts I need to create condition records for condition table A533 as in VK11 using this BAPI. Can anyone provide me a sample code for this which will work pr...
Hi Sap gurus,Am in a bit of a fix right now..............I have got an internal table in the format - Doknr and a nested table.....such that for every doknr multiple records may exist in the nested table.............it is if the format:::: begin of...
Although this is a pretty old post, I am posting since this is the first link in Google - hope this helps future ABAPers.The trick is that when you are making the translations - make the source language as original language and maintain desired targe...
This is happening due to issue with user format in SU3. You need to generate the data based on thousand seperator and decimal seperator using FM: CLSE_SELECT_USR01
You can create the screen with the splitter container and control the data display on each container based on your requirements - you can also control the size of the containers based on your check box values
Use join only (if the table is not buffered or pooled) with the secondary index only. If you do not have the full key set for that index, use blank range fields for the other fields to fool optimizer into selecting that index only.