2007 Apr 23 7:27 AM
pls send the answers to the following questions .
1. what is pgm & T.code to process the idoc manually.
2. in which database table segments r stored.
3. what is driver pgm.
4. how to transport script , driver pgm & standard text from one client to the another client ( ex : developement to quality )
5. for example some file exiting in application server in system 1 , now i want to transfer that file to system 2 using ALE / IDOC . how?
2007 Apr 23 8:12 AM
RBDOUTPU---Processing Outbound IDoc
RBDINPUT-----Processing Inbound IDoc
Table EDID4 has the segment of the IDoc
Driver Program is the one which makes a call to some FM and has some logic to pass the necessary parameters value to the FM. Driver programsare created with normal transport requests
RSTXTRAN---transports standard text
pls send the answers to the following questions .
1. what is pgm & T.code to process the idoc manually.
2. in which database table segments r stored.
3. what is driver pgm.
4. how to transport script , driver pgm & standard text from one client to the another client ( ex : developement to quality )
5. for example some file exiting in application server in system 1 , now i want to transfer that file to system 2 using ALE / IDOC . how?
2007 Apr 23 8:12 AM
RBDOUTPU---Processing Outbound IDoc
RBDINPUT-----Processing Inbound IDoc
Table EDID4 has the segment of the IDoc
Driver Program is the one which makes a call to some FM and has some logic to pass the necessary parameters value to the FM. Driver programsare created with normal transport requests
RSTXTRAN---transports standard text
2007 Apr 23 8:22 AM
Hi
how to transport script , driver pgm & standard text from one client to the another client ( ex : developement to quality )
Goto SE03->change object directory entry->give in the seledtion by object R3TR FORM for script.
Regards,
Sonika
2007 May 15 6:17 AM