cancel
Showing results for 
Search instead for 
Did you mean: 

smartform form_entry

Former Member
0 Kudos

hi dear ,

my problem is to print challan which is created in tcode J1IF

and its header table contains is J_1IEXCHDR and it contains 3 primary keys fields i.e

TRNTYP Excise Transaction Type

DOCYR Year

DOCNO Internal Excise Document Number

and i seen one script which is maximum related to j1if in which DRIVER PROGRAM FROM ENTRY header is like this

<b>form entry_57f4

using output_type

wa_exchdr like j_1iexchdr.</b>

will it possible in smartform also will get j_1iexchdr structure values to driver prg or only in script. plz differentiate the form entry functionality of smartform and script.

plz, help some what descriptively.

thanking u

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

check for the form code existence

form entry_57f4 using output_type wa_exchdr like j_1iexchdr.

if it is there in Smartform Driver program also you can use the fields of the structure WA_EXCHDR in the smartform to output the fields

Regards

Anji

Answers (0)