2006 Jun 01 7:03 PM
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
2006 Jun 01 8:06 PM
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.
2006 Jun 01 8:13 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |