‎2007 Aug 08 12:31 PM
hi,
can u please explain what is the meaning of "INCLUDE &VBDPA-TDNAME& OBJECT VBBP ID 0001 PARAGRAPH IT"
i checked in so10 it is not there,
where and how can i create that one.
pls explain
‎2007 Aug 08 12:36 PM
Hi Jamshad,
This is actually a Long Text. This is not maintained in SE10 & you dont have to create it.
Whenever the user creates a Long Text, the contents of it are stored in the field &VBDPA-TDNAME&. You need not have to worry about it.
I think this is related to some SD form, rite.
If u find the answer useful award some points.
Regards,
Suhas
@Kiran,
I think u have got this wrong, its not a standard text else why will you mention &VBDPA-TDNAME&. In case of standard text, the name can be coded explicitly ...
Message was edited by:
Suhas Saha
‎2007 Aug 08 12:35 PM
hi ali,
its a text elements you can create in so10 transaction
reward points to all helpful answers
kiran.M
‎2007 Aug 08 12:37 PM
Hi, you will have to see at runtime, the value in the variable VBDPA-TDNAM. it seems to be sales order item text. You cannot create them in so10.
they can be populated by going to 'sales order item text'.
Regards
Lata
‎2007 Aug 08 12:36 PM
Hi Jamshad,
This is actually a Long Text. This is not maintained in SE10 & you dont have to create it.
Whenever the user creates a Long Text, the contents of it are stored in the field &VBDPA-TDNAME&. You need not have to worry about it.
I think this is related to some SD form, rite.
If u find the answer useful award some points.
Regards,
Suhas
@Kiran,
I think u have got this wrong, its not a standard text else why will you mention &VBDPA-TDNAME&. In case of standard text, the name can be coded explicitly ...
Message was edited by:
Suhas Saha
‎2007 Aug 08 12:36 PM
well it´s a standard text. it is no must to create such a thing with SO10. BUT you have to find it in SO10.
as TDNAME just dont use &VBDPA-TDNAM& sionce this is a variable, use the value of that variable. you may get it from debugging.
you can try to read that text with the FM read_text.
other FM´s in that context
read_text, save_text, commit_text, delete_text.
Tables in that context:
STXH, STXL
Message was edited by:
Florian Kemmer
‎2007 Aug 08 12:36 PM
INCLUDE &VBDPA-TDNAME& OBJECT VBBP ID 0001 PARAGRAPH IT"
Here the Text is called dynamically that means the Text name is passed in a Symbol (variable) &VBDPA-TDNAME&
To find the name of the Text you can Debug the SAP Script Layout
(SE71 utilities-> Activate debugger) and Check the value of this symbol.
Then you can open that text in SO10.
<b>Reward if Helpful</b>
‎2007 Aug 08 12:38 PM
in so10 what name should i give to see the text and id,
pls explain
‎2007 Aug 08 12:40 PM
Please refer to my previous post. You dont have to create the text.
I think this will solve ur prob.
Regards,
Suhas
‎2007 Aug 08 12:41 PM
go and debug you form to exactly that point.
then use the VALUE of &VBDPA-TDNAME& as TDNAME in SO10 or FM read_text.
‎2007 Aug 08 12:38 PM
hi
good
go through this link
we use the INCLUDE in our sap script for the following reasons
http://help.sap.com/saphelp_46c/helpdata/en/f4/b4a0b3453611d189710000e8322d00/content.htm
thanks
mrutyun^