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

Texts from Billing on smartforms

Former Member
0 Likes
622

Get text from billing document to add on smartform.

From the bolling document i need to get two header texts:

Booking Number and Conatiner number and display it in smartform .

Can anyone let me know how to read those texts to display them in Smartforms.

In the Header structure (Global Interface ) for billing document , I cant find the text for it .

Please let me know how to do this ?

Thanks

Get text from billing document to add on smartform.

From the bolling document i need to get two header texts:

Booking Number and Conatiner number and display it in smartform .

Can anyone let me know how to read those texts to display them in Smartforms.

In the Header structure (Global Interface ) for billing document , I cant find the text for it .

Please let me know how to do this ?

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
499

Hi Rushil,

You must use the FM: READ_TEXT to read any long text of a document.

Before using this FM, you must find out the ID, NAME and OBJECT for the text area you want to read.

To find these values, you must display the text and follow the menu path GOTO->Header. Following popup will give you the details.

Hoep this helps.

Regards,

Sumant.

Read only

Former Member
0 Likes
499

Hi

Create a text node and choose INCLUDE TEXT as type in General Attribute tab.

Here you can insert the keys if text as variable in order to explode the text automatically:

Text Name &V_TEXT_NAME&

Text Object &V_TEXT_OBJECT&

Text ID &V_TEXT_ID&

Language &V_TEXT_LANGUAGE&

Max