cancel
Showing results for 
Search instead for 
Did you mean: 

how to fill fields in the script ..

Former Member
0 Kudos

Hai

I wanted to make sap script which have excise details .

It has total 17 fields .. the standard example is J_2i_rg1 is the standard sap form.

and program name is j_2irrg1 . my out put will also similar to this ..

my problem is how i have to fill all the filelds in custom script. and how to allign correctly .

Please let me know .... tell me step by step procedure

Thankyou.

Regards

Harsha

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member203305
Active Contributor
0 Kudos

Hi

rather than make a sapscript, use SMARTFORMS

Regards

Former Member
0 Kudos

Hi,

Are you copying the driver program and SAP print form from the standard one. If you are just making your custom form and not the driver program then you can directly use the data which is fetched by program.

For fetching extra info which is standard prog is not fetching you can make use of PERFORM command. Follow below link:-

[Perform_in_Script|http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm]

Alignment is done through the proper use of TABS. Refer below link for Alignment issues:-

[SAP_SCRIPT|http://wiki.sdn.sap.com/wiki/display/ABAP/SAPscript]

Hope it helps.

Thanks,

Daya