If you want to know the IDOC basic (create , execute and select the list) then Click Here.
In this post let us see how to configure a new IDOC message type in the SAP system.
The Main SAP Transaction for IDOC processing is WEDI. AS soon as you go there you will see all the t-code associated with the IDOC will appear. This contains all the IDOC t-codes from creating to processing to configuration.
Here we are going to look in to a business case and see how we can configure the IDOC and how to process the IDOC. We have a Text file coming from a 3rd party with customer first name, last name and Age.
…continue reading >> Learn SAP — IDOC Configuration
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.
…continue reading >> Learn SAP — IDOC basic
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
…continue reading >> SAP CCS Transaction Codes
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.
…continue reading >> Learn SAP — Transaction Codes
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.
…continue reading >> Learn SAP — ABAP Editor Configuration