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: 

to print text maintained in material master

Former Member
0 Kudos

Hi all,

We want to print the texts maintained in material master through smartform.

Views of material master like Sales Text or PO Text, where a text field will be populated we want that to be printed at the time of PO or sales invoice printing

Rgds

4 REPLIES 4

Former Member
0 Kudos

hi,

Use READ_TEXT function module with relevant object id & text object. If u r maintaining Text at header level then ur text name would be just PO# else if at item level then it would be a combination of PO# with item no.

Let me know if u have any firther queries.

Regards,

Rishikesh Nalapur.

Former Member
0 Kudos

the text v maintained is called header text..

u want to print dat?

if yes,then use READ_TEXT fm.

it will be done by abaper...

Edited by: aks on Oct 4, 2008 5:45 AM

Edited by: aks on Oct 4, 2008 5:51 AM

Former Member
0 Kudos

Hi,

Use read text.


pass this parameters in READ_TEXT
ID               : GRUN
Language    : EN
Name          : <Material number>
Object         : MATERIAL

This will solve ur problem....

0 Kudos

these parameters are not giving desired result

rgds