2013 Nov 06 7:21 AM
Hello Experts,
I am printing the item text using below syntax:
/: INCLUDE &EKPO-MATNR& OBJECT 'MATERIAL' ID 'BEST' LANGUAGE E
This prints from the left margin in the form. But I need to have spaces on the same line before printing this text.
For example:
Item Material Desc
00010 100000 description
This is the long item text.
But I need in this way:
Item Material Desc
00010 100000 description
This is the long item text.
Any inputs on getting spaces before item text?
Appreciate your help!
Thanks!
Sandy
2013 Nov 06 7:24 AM
2013 Nov 06 7:24 AM
2013 Nov 06 7:31 AM
Hi,
Thanks for your reply!
If we use paragraph type in the command line, the include will not execute right?
We need to provide '/:' in the command line for include to execute.
Please let me know if I am missing something here.
Thanks!
Sandy
2013 Nov 06 7:37 AM
Just add the info in the command line Sandy :
/: INCLUDE &EKPO-MATNR& OBJECT 'MATERIAL' ID 'BEST' LANGUAGE E PARAGRAPH C1
Fred
2013 Nov 06 7:41 AM
Can you fetch the value from table and write the value using Paragraph format?
Arivazhagan S
2013 Nov 06 7:44 AM
2013 Nov 06 7:42 AM
Hi Sandeep,
Go to paragraph format create a new paragraph , on the tabs declare your tab positions with left alignment .
Use this paragraph(T3) to display your line on script editor.
Thanks
Nidhi
2013 Nov 06 7:49 AM
Hi,
Thanks for your response too.
I am going to create a new paragraph format.
Sandy.