cancel
Showing results for 
Search instead for 
Did you mean: 

problem in text printing

Former Member
0 Kudos

hi experts,

what is this vbdka here ?

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

ragards,

mani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

VBDKA is the Structure with data which contains similar data like VBAK table

Here this Include statement print the HEADER TEXT of the sales Document for which you are executing this script

Regards

Anji

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

VBDKA is a Header structure used to get the details of the invoice, quotation and sales order.

VBDPA is item structure used in there.

These two structures are used to get the values from the t code in forms using the driver program

Regards

Shiva

Former Member
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

Former Member
0 Kudos

Hi

double clcik on that text

takes you to text edito

from menu

GOTO->Header

you will see all the parameters like OBJECT,ID,OBJECTNAME and Languagae

Pass those parameters to READ_TEXT fun module and fetch the text and display that in the script

if it is not displaying using the INCLUDE command

Are you passing the parameters to the INCLUDE correctly

See any Std script like MEDRUCK in SE71 Main window for this statement

and pass accordingly

if not fetch the text from READ_TEXT fun module and can use it in script

Regards

Anji

Former Member
0 Kudos

hi anji this is the include stmt i am writing .

INCLUDE &????-tdname& ID 0001 object j1ii language en

i dodnt know what to use in ?????

regards,

mani

paruchuri_nagesh
Active Contributor
0 Kudos

HI VBDKA is Document Header View for Inquiry,Quotation,Order

databse table

&VBDKA-TDNAME&

that one is program symbol

regards

Nagesh.Paruchuri