‎2005 Dec 22 5:02 PM
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
‎2005 Dec 22 5:15 PM
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
‎2005 Dec 22 5:16 PM
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
‎2005 Dec 22 5:23 PM
if it is IDOC_OUTPUT_DESADV01.
then in include<b> LVED2FZZ</b>
#line 224
FORM USEREXIT_E1EDP07.
ENDFORM. " USEREXIT_E1EDP07
‎2005 Dec 22 5:17 PM
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
‎2005 Dec 23 10:18 AM
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