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: 

problem in printing text

Former Member
0 Kudos

hi experts,

what is this vbdka here ?

INCLUDE &VBDKA-TDNAME& OBJECT VBBK ID 0001 PARAGRAPH HT.

ragards,

mani

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

VBDKA is a structure that has the field TDNAME which is the name..

VBDKA-TDNAME has the value for the name..Like it might be a sales order..

Thanks

Naren

3 REPLIES 3

Former Member
0 Kudos

Hi,

VBDKA is a structure that has the field TDNAME which is the name..

VBDKA-TDNAME has the value for the name..Like it might be a sales order..

Thanks

Naren

varma_narayana
Active Contributor
0 Kudos

Hi..

Here &VBDKA-TDNAME& is the Variable of the Print program (Program symbol) that store s the Text name which will be called. That means the Text is called dynamically here.

You can see the Value of this field in Debugging mode in Script.

reward if Helpful.

0 Kudos

i have to capture a text field from j1iin (Excise Invoice ).

the

text object name is J1II

text id is 0001

filed name field name is TDNAME

how to write a statement to call the text into scripts????

ragards,

mani