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

Former Member
0 Likes
506

Hello evry one,

I am in search of user exit in idoc_input_desadv01, can any one help me in this regard please. I need to change the segment e1edp07-bstnk which is (looking/populating) ekko-ebeln instead (lookup\populate) vbkd-bstkd.

Regards

Kesi

5 REPLIES 5
Read only

Former Member
0 Likes
468

Hi,

One way of finding the correct usereixt for the idocs.

In function module "idoc_input_desadv01" from se37 screen,

find for routine that populate the segments like segments_item_fill.

Then look for segment e1edp07

Mostly there will be custom exist at each segement level where we can modifiy the code according to the requirements.

When you click on corresponding custom_exit#, it will take you to include program where you can apply you logic.

Thanks,

Naga

Read only

Former Member
0 Likes
468

what is the INbound FM you are using...

there is no function module IDOC_INPUT_DESADV01

regards

vijay

Message was edited by: Vijay Babu Dudla

Read only

0 Likes
468

if it is IDOC_OUTPUT_DESADV01.

then in include<b> LVED2FZZ</b>

#line 224

FORM USEREXIT_E1EDP07.

ENDFORM. " USEREXIT_E1EDP07

Read only

Former Member
0 Likes
468

Hi rahul,

Is it IDOC_INPUT_DESADV01 or IDOC_OUTPUT_DESADV01?

In IDOC_OUTPUT_DESADV01, the user exits are in the INCLUDE

LVED2FZZ.

REgards,

Ravi

Read only

Former Member
0 Likes
468

Hello Every one,

I am exclusively looking for user exits for inbound FM to manipulate the PO tables so that segment e1edp07-bstnk w which is looking at ekko-ebeln to look for vbkd-bstkd or look at vbak-bstnk.

regards

Kesi