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: 

Phase Text to smartforms

Former Member
0 Kudos
123

Hi All,

Can any one guide me how to phase Text in Smartforms.

Actually i have to phase Lorry no & transporter & vechile no into smartforms. these no are display in text .so i dont know how to phase these data from text to smartforms.i need help of yours.can u tell me brifly..

Regards

laxmikanta.

5 REPLIES 5

StMou
Active Participant
0 Kudos
95

HI,

What do you mean with

phase text

?

Rgds

Former Member
0 Kudos
95

hi

sorry not phase text .that is Fetch text.

Former Member
0 Kudos
95

Hi ,

These are maintained in texts . Ask your functional guy for these

Lorry no , Tranporter & vehicle no

Text name

Text object

Text id

with the help of these

(Another way to find text name object id will be : double click on the text what you are going to print in the menu select header data it will display the text object,id & name )

u can print the texts in your smart form

For that create the text nodes in your smartform

in text node select the text type as include text

there you have to give the Text name ,object & id

Hope you resolve your issue

Let me know if any concerns .....

0 Kudos
95

hi

can any one tell me how to fetch challan no.my chalan no is in likp table & field name is VBELN. & i have to fetch data throug billing no that is in vbrk & field name VBELN. how can i do any one can guide?

Regards

Laxmikanta

0 Kudos
95

Use table VBFA to get the challan no from the billing doc:

select single vbelv from vbfa where vbeln = 'billing doc num' and vbtyp_v = 'J'.