Application Development and Automation 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: 
Read only

STXL IN SMARTFORMS

Former Member
0 Likes
490

hi all,

i am working on smartforms and i need to get the additional details of a material description i.e (vbrp-arktx) in the line item, from STXL. can any one suggest me the logic n procedure for this.

thanks n regards

akmal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
456

Akmal,

Create a text element, and in the attributes change it to INVCLUDE TEXT. Now it will ask for parameters like Text Object, Text id and Text name.

You need to know these values for the text that you want to print. That you can find from the text. Display the text in the full screen and in the menu Go To --> Header, you should be able to see the values for these parameters.

Pass these in the smart form and the entire text will be printed in the form.

Regards,

Ravi

Note - Please mark all the helpful answers

hi all,

i am working on smartforms and i need to get the additional details of a material description i.e (vbrp-arktx) in the line item, from STXL. can any one suggest me the logic n procedure for this.

thanks n regards

akmal

2 REPLIES 2
Read only

Former Member
0 Likes
457

Akmal,

Create a text element, and in the attributes change it to INVCLUDE TEXT. Now it will ask for parameters like Text Object, Text id and Text name.

You need to know these values for the text that you want to print. That you can find from the text. Display the text in the full screen and in the menu Go To --> Header, you should be able to see the values for these parameters.

Pass these in the smart form and the entire text will be printed in the form.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
456

Use FM READ_TXT and pass TEXT ID,TEXT NAME and TEXT OBJECT .It will return you the required text.