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

Standard text Object(vbbk)

Former Member
0 Likes
6,784

hi everybody,

can anyone please tell me how do we change the objects we use in scripts.For example in SapScripts

INCLUDE &VBDKR-TDNAME& OBJECT VBBK ID 0012 NEW-PARAGRAPH HT

this include statement is used...the instructions displayed thru this include shud be

line1

line2

but the dispalyed text is

line1line2 which is not expected.

as an include directly reads the text there can be no changes in the script but the object vbbk might have some properties set which r not exepected to be the way they are...how can we check the properties for the object vbbk.

thanks

sema

3 REPLIES 3
Read only

Former Member
0 Likes
4,243

check the text in the document. there may not be a line feed for the entered text.

Read only

0 Likes
4,243

the document has a line feed.

Read only

Former Member
0 Likes
4,243

Hi,

VBBK is for Text object related to header .when you want to get the text then you need the text object.

VBBP is for Item text (for SALES ORDER).

you can see the text in SO10.

Regards

vijay