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

problem in printing text

Former Member
0 Likes
677

hi experts,

what is this vbdka here ?

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

ragards,

mani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
641

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
Read only

Former Member
0 Likes
642

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

Read only

varma_narayana
Active Contributor
0 Likes
641

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.

Read only

0 Likes
641

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