Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hello...please answer these questions..

Former Member
0 Likes
636

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
607

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

3 REPLIES 3
Read only

Former Member
0 Likes
608

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

Read only

former_member632991
Active Contributor
0 Likes
607

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

Read only

Former Member
0 Likes
607

To process the idoc.

use rseout00 or tc ode we14