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 append material po text in me23n

0 Kudos

Hi Friends,

                   i doing modulepool program, i have designed twoscreens.

1. in first screen design po number and on push buton ''disply".

when user click on disply next screen should be call.

2. in second screen  i have designed two table controls , one is for header ,another one is for item.

3. when user select any one po number and click on get items button, the shold be disply in item control.

4. after item display i need to add text editor . when user select particular item . in text editor i need to some text after click on sve

the text should be updated in transaction

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Did you check SAVE_TEXT FM?

6 REPLIES 6

Former Member
0 Kudos

Did you check SAVE_TEXT FM?

0 Kudos

Thank u boss

former_member182877
Participant
0 Kudos

Hi Gopi,

You need to have a Text_ID to create / save TEXTS...

Via customizing you define which text id is allowed in a purchase order (and at which level)

If you open the text editor when you are in any text of your PO, then you can choose from menu of text editor GOTO > header  and you will see which text id this text has.

You can use that Text ID in your FM which then saves to your Corresponding PO!

Hope this helps.

Cheers,

Kripa Rangachari.

0 Kudos

Thank U Kripa  it's Really helped me

0 Kudos

You got it Solved?

Cheers,

Kripa Rangachari.

0 Kudos

You could also use BAPI_PO_CHANGE, which carries parameters POTEXTHEADER and

POTEXTITEM.

Regards,

Raymond