cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering IDoc from SE38

Former Member
0 Kudos

hi,

i am triggering IDoc to XI from my report in ABAP.

when i am filling the control record in the report , the value for the RCVPRN i.e receiver partner should be determined from the partner profiles and should not be hard coded in the report.

how do i achieve this .

kindly help

very urgent

regards ,

loveena

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

You can do this with ABAP report.

Please refer the table EDP21---Partner Profile: Inbound

Here all the message types for the Logical system are maintained.

From this you could get the RCVPRN values. The field SNDPRN contains the values of RCVPRN.

But here one Message type can be available with multiple RCVPRN values. So in ABAP code you need to handle as per requirment.

Thanks

Swarup

Former Member
0 Kudos

Swarup for that you should use distribution model not home made selection ;).

/wg

Former Member
0 Kudos

Hi,

Also you can configure it in distirbution model BD64 and leave receiver empty.

/wg

prateek
Active Contributor
0 Kudos

A report is usually standalone. U could provide a selection screen functionality to enter it to ur program dynamically

Regards,

Prateek