Application Development 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: 

How to update Material PO Text

former_member435508
Participant
0 Kudos

I need to Develope a BDC to update 'PO Text' for each Material in MM02.

I have knowledge on BDC But My Problem is -->

In MM02 - Mostly Purchase Order Text is Coming on 11th Position {In BDC - 'MSICHTAUSW-KZSEL(11)' }

But not necessary Always - What can I do if the sequence is diff?

Is there anything to find the Exact position of 'Purchase Order Text'?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Why don't you try with FM : SAVE_TEXT ?

5 REPLIES 5

Former Member
0 Kudos

Why don't you try with FM : SAVE_TEXT ?

Former Member
0 Kudos

hi

check for any userexit and try to use FM: 'SAVE_TEXT'

Former Member
0 Kudos

Hi use

SAVE_TEXT and COMMIT_TEXT

former_member536879
Active Contributor
0 Kudos

Hi,

Doing BDC for this is a bit difficult. Because the view may get different.

In what sense you will hard cord a value . There are lot of cases in MM02.

If you arlready done the BDC for MM02 then continue with that other you can use the BAPI : BAPI_MATERIAL_SAVEDATA.

This BDC recording for MM02 will reflect in upgradtion also.

With Regards,

Sumodh.P

Former Member
0 Kudos

Hi,

You have to change by an ME22N but you have to update the standard one then this link is helpful for you.