Application Development 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: 

User Exit for Inbound Idoc Processing of Customer Invoice

Former Member
0 Kudos

Hi all,

I have to extend a standard idoc 'WPUBON01' to include a segment with Header Text Ids to pass header text displayed in VF03.

Can you please share the exit name so as a call to function module save_text be made and the header text gets saved in the respective Header Text Ids.

Thanks in advance.

Radhika

Edited by: Radhika7 on Apr 21, 2011 9:55 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Radhika,

Not sure of the actual business scenario of your requirement, anyways you can try the below customer exits, and if they dont work please provide more info on the scenario.

EXIT_SAPLWPUE_102 IDoc WPUBON01 Before Document is Posted

EXIT_SAPLWPUE_104 IDoc WPUBON01 Before Inbound Processing

EXIT_SAPLWPUE_109 IDoc WPUBON01 After Inbound Processing

EXIT_SAPLWPUE_110 IDoc WPUUMS01 Before Posting

My bet would be on EXIT*109 to be of any help.

Regards,

Chen

4 REPLIES 4

Former Member
0 Kudos

Hi Radhika,

Not sure of the actual business scenario of your requirement, anyways you can try the below customer exits, and if they dont work please provide more info on the scenario.

EXIT_SAPLWPUE_102 IDoc WPUBON01 Before Document is Posted

EXIT_SAPLWPUE_104 IDoc WPUBON01 Before Inbound Processing

EXIT_SAPLWPUE_109 IDoc WPUBON01 After Inbound Processing

EXIT_SAPLWPUE_110 IDoc WPUUMS01 Before Posting

My bet would be on EXIT*109 to be of any help.

Regards,

Chen

0 Kudos

Thanks Chen !!

I'll check if it is fulfilling my purpose.

Please also tell the Enhancement name for these Exits in SMOD.

Radhika

0 Kudos

Hey Chen !

I got it.

Thanks

Radhika

0 Kudos

Hi Chen,

You bet was absolutely correct. It is working.

Thanks

Radhika