In this post let us see about IDOC.
What is a IDOC?
IDOC is a Intermediate DOCument[IDOC] that is used in SAP. The best way to import data from Any system to SAP is thru IDOC. Once the data is in the IDOC format SAP can read the information and store the data in that as IDOC which it stores in the database and will be available for processing and posting the data in the SAP system.
(more…)
Some of the main transaction code that I use in CCS.
Hope this helps. Click here to find the transaction code for any modules.
Common way to get the T-CODE Information (user table TSTC)
E*EDM* — This will give all about the EDM in TSTC
WE* – All about IDOC in TSTC
SW* — All about Work Flow in TSTC
(more…)
In SAP if you want to know about the transaction codes easily let me walk you thru this.
Transaction Code :
This is the code which is used in SAP modules to go to a certain program and execute that code easily instead of going thru the menu. This is very helpful if certain people are doing a certain set of jobs then they can go to the process by this code.
The short form of this is T-Code.
(more…)
If you want to change the abap editor setting you need to go to abap work bench.
Use any of the following transaction and go in to the abap work bench.
SE38 –> Report
SE37 –> Function Builder
SE24 –> Class Builder
SE80 –> you can edit all programs from report to class module.
First on in to any one of the above transaction and click on the utilities–>Settings. See the following screen shot for old and new version.
(more…)
RFC — Remote Function Call.
You can trun your own function module in to Remote function call. If another sap system wants to use the same function module then if this function module is Remote enabled then we can use this function in another sap system. RFC can be done from a SAP or a NON sap system(using a middleware or system that has SAP adapter). You can use Tibco or XI or Business connecter to connect to another system.
Click Here to read how to create a function module. I am not going to write that again. Now let us see how to trun the existing Function Module in to Remote Enabled. Look at the following screen shot for the default function module attributes.
(more…)