2010 Feb 25 9:34 AM
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.
2010 Feb 25 9:41 AM
2010 Feb 25 9:55 AM
2010 Feb 25 1:09 PM
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 .....
2010 Feb 25 1:23 PM
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
2010 Mar 05 5:30 AM
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'.