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

Issue with implementing BADI ME_PROCESS_PO_CUST

former_member564522
Active Participant
0 Likes
906

Hello ,

I have implemented a badi ME_PROCESS_PO_CUST method POST.

Here i am updating the Header Text using SET_TEXT method.

Problem is ME29n Transaction shows header text available but as soon I back to transaction or open in editable mode, Text is no more available and again back to empty.

any one knows about it ?

Hello ,

I have implemented a badi ME_PROCESS_PO_CUST method POST.

Here i am updating the Header Text using SET_TEXT method.

Problem is ME29n Transaction shows header text available but as soon I back to transaction or open in editable mode, Text is no more available and again back to empty.

any one knows about it ?

1 REPLY 1
Read only

former_member564522
Active Participant
739

found the solutions. Don't why set_text is behaving like this .,

Commit_text help to commit the long text at same time.