2006 Jul 03 3:10 PM
Hello to all,
I need that someone help me to understand how can i use this user exit in Idoc Inbound creation??
CALL FUNCTION 'EXIT_SAPLWPUE_103'
EXPORTING
i_interface = ???
tables
o_t_status = ???
I need to create a additional idoc on a structure that i already have one WPUTAB01 idoc.
Can anyone help me with this??
I'll appreciate so much. thank you
Regards
Vitor Hugo Feio
Hello to all,
I need that someone help me to understand how can i use this user exit in Idoc Inbound creation??
CALL FUNCTION 'EXIT_SAPLWPUE_103'
EXPORTING
i_interface = ???
tables
o_t_status = ???
I need to create a additional idoc on a structure that i already have one WPUTAB01 idoc.
Can anyone help me with this??
I'll appreciate so much. thank you
Regards
Vitor Hugo Feio
2006 Jul 03 3:17 PM
Hai
Check the following Code
DATA: L_UE_INPUT TYPE WPUPL_WPUBON01_LINE_ITEMS.
data: g_user_exit_status type wpupl_error_messages with header line.
REFRESH G_USER_EXIT_STATUS.
CALL CUSTOMER-FUNCTION '103'
EXPORTING
I_INTERFACE = L_UE_INPUT
TABLES
O_T_STATUS = G_USER_EXIT_STATUS
EXCEPTIONS
ERROR_MESSAGE = 10005
OTHERS = 310.
Thanks & regards
Sreenivasulu P
Message was edited by: Sreenivasulu Ponnadi
Message was edited by: Sreenivasulu Ponnadi
2006 Jul 03 4:04 PM
Hei Sreenivasulu
i tried that way but there is a problem, my type idoc is WPUTAB01, and this that you send is WPUBON01. I dont know if there is correct but i know that i change the variables and the problem still happened.
I am creating one Inbound program for POS system that need one additional E1WXX01 segment. This segment is to include one input from another table.
i found that user exit in web but i dont know if that's the right choice. If is not,what will be the good options to build the E1WXX01 segment??
Thanks,
Vitor Hugo Feio
2006 Jul 03 5:53 PM
I am creating one Inbound program for POS system that need one additional E1WXX01 segment
Am not clear on the above statement..
List of exits.
WPAV0001 POS upload role resolution
WPDA0001 Function exits for POS interface (POS download)
WPSA0001 Retail enhancements POS interface sales audit
WPUE0001 GR Check (Correct Quantities)
WPUE0002 POS inbound processing
here are list of exits available for this Inbound FM IDOC_INPUT_POS_END_OF_DAY.
EXIT_SAPLWPUE_110
EXIT_SAPLWPUE_102
EXIT_SAPLWPUE_130
EXIT_SAPLWPUE_140
EXIT_SAPLWPUE_120
EXIT_SAPLWPUE_104
EXIT_SAPLWPUE_112
EXIT_SAPLWPUE_123
EXIT_SAPLWPUE_132
EXIT_SAPLWPUE_142
EXIT_SAPLWPUE_141
EXIT_SAPLWPUE_131..105..122...121...113..111...106..103..002..001..129..119..109..152..142..
Regds
Manohar