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

User exit for program RSNASTED

Former Member
0 Likes
3,861

Hi all,

I am creating an outbound IDoc for a delivery by triggerring output Z856.

This trigeers program RSNASTED.

I have a requirement to change certain fileld of IDOC at item level (segment: E1EDL24) of delivery.

Please tell me user exit / BADI for same. I found some but they are for chaning control reocrd of IDoc.

Thanks,

~Sachin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,165

You rather find the user-exits for outbound delivery idoc.

Thanks,

Kiran

4 REPLIES 4
Read only

Former Member
0 Likes
2,165

Hi,

Please find the exits / BADI

Enhancement

SIDOC001 Customer function for module pool EDI1

SIDOC002 CA-EDI: Exits in Function Group EDI6 (Partner Profile)

Business Add-in

IDOC_DATA_INSERT Exit for Inserting Segments

IDOC_DATA_MAPPER Exit for Preparing Internal Data Mappng

IDOC_XML_ENVELOPE_IN Exit for Removing Envelope from Incoming IDoc-XML

IDOC_XML_ENVELOPE_OU Exit for Creating Envelope for Outgoing IDoc-XML

Regards,

Srini.

Read only

Former Member
0 Likes
2,165

hi,

below are exits available for the program:RSNASTED.

SIDOC001 Customer function for module pool EDI1

SIDOC002 CA-EDI: Exits in Function Group EDI6 (Partner Profile)

Regards,

Venkat.

Read only

Former Member
0 Likes
2,166

You rather find the user-exits for outbound delivery idoc.

Thanks,

Kiran

Read only

Former Member
0 Likes
2,165

Thanks.