cancel
Showing results for 
Search instead for 
Did you mean: 

user exit for PAYEXT IDoc EXIT_SAPLIEDP_902 not working

Former Member
0 Kudos

In the user exit EXIT_SAPLIEDP_902 I have added the below code for PAYEXT IDOC -

LOOP AT edidd_table WHERE segnam = 'E1IDKU3'.

CLEAR ls_e1idku3.

ls_e1idku3 = edidd_table-sdata.

IF ls_e1idku3-paiuzawe = 'B'.

ls_e1idku3-paiuzawe = 'R'.

ENDIF.

edidd_table-sdata = ls_e1idku3.

MODIFY edidd_table.

ENDLOOP.

But the idoc segment data is not changing , can anyone please help?

tom_wan
Contributor
0 Kudos

Thank you for your post. It seems that you've chosen the wrong tag for your question which decreases its chances to be answered.

I have changed the tag to FIN (Finance) which should be the more relevant one.

You can learn more about tags at https://www.sap.com/community/about/using-tags.html and browse all existing tags here: https://www.sap.com/community/topic.html

For general information and tips about asking questions in the community, please visit this page:http://www.sap.com/community/about/questions-and-answers.html

In case you have any additional questions regarding the SAP Community, please reach out to scnmoderators (at ) sap (dot) com.

Thank you for your understanding.

Accepted Solutions (0)

Answers (0)