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: 

PO Texts to be displayed before saving in ME23n

Former Member
0 Kudos

Hi All,

While creating a PO, I can preview material number, description, quantity before saving, but not line item text, make and PO texts..So, is there any way to overcome it?

The smart form is taking EBELN as reference to get these texts, so is there any other alternative way other than using EBELN.

5 REPLIES 5

nabheetscn
Active Contributor
0 Kudos

Can you please rephrase your requirement

Nabheet

0 Kudos

i want to see print preview of PO with texts i.e item text, make, PO material text before saving PO.

0 Kudos

Do as follow

Use function module READ_TEXT pass name as blank (for PO number not generated) and item number which is genearted. Pass other relevant fields. It will pick up the text from memory

Nabheet

0 Kudos

chek screen shot

it is how sp standard is showing text in print preview for your case

Former Member
0 Kudos

Hi,

Header Texts and Line Item texts are fetched based on the function module READ_TEXT. Inputs for this function module is

Text name is the combination of Purchase Order No and Line item. use this function module in your smarforms to get the line item texts.

Otherwise use the 'Include Text' type in smartforms and provide the same inputs to get the line item text.

Regards

Danny