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: 

Populating Invoice Item text

Former Member
0 Kudos

Hi

I'm migrating a SAPscript Invoice to Smartform and trying to figure out a way to display the Invoice Item text.

Any ideas on how this can be accomplished will be highly

appreciated!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use the TEXT ELEMENT and in that change the property to INCLUDE TEXT. This will prompt you to enter the parameters TDOBJECT / TDID and TDNAME.

You should be using them already in your SAP Script.

Regards,

Ravi

Note :Please mark the helpful answers

3 REPLIES 3

Former Member
0 Kudos

Use the TEXT ELEMENT and in that change the property to INCLUDE TEXT. This will prompt you to enter the parameters TDOBJECT / TDID and TDNAME.

You should be using them already in your SAP Script.

Regards,

Ravi

Note :Please mark the helpful answers

0 Kudos

Hi Ravi

Thanks for the post! However that will still not address the issue coz in my case the Invoice Item text is maintained under SE75, and not on SO10.

Can you suggest any ways of populating the text from SE75?

0 Kudos

Murali,

In SE75, I could see the values for TDOBJECT and when I double click oon of them it lists out the TDID's pertaining to that.

You should be able to use that.

regards,

Ravi