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

about sap script

Former Member
0 Likes
1,420

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

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,205

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

9 REPLIES 9
Read only

Former Member
0 Likes
1,205

hi ali,

its a text elements you can create in so10 transaction

reward points to all helpful answers

kiran.M

Read only

0 Likes
1,205

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,206

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

Read only

Former Member
0 Likes
1,205

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

Read only

varma_narayana
Active Contributor
0 Likes
1,205

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>

Read only

0 Likes
1,205

in so10 what name should i give to see the text and id,

pls explain

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,205

Please refer to my previous post. You dont have to create the text.

I think this will solve ur prob.

Regards,

Suhas

Read only

0 Likes
1,205

go and debug you form to exactly that point.

then use the VALUE of &VBDPA-TDNAME& as TDNAME in SO10 or FM read_text.

Read only

Former Member
0 Likes
1,205

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^