cancel
Showing results for 
Search instead for 
Did you mean: 

subroutine code in smartforms?

Former Member
0 Kudos

How to write subroutine code in smartforms?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Smarforms

http://www.sap-img.com/smartforms/smart-006.htm

http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm

SmartForms : some links

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm

http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm

http://www.sap-img.com/smartforms/smart-001.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sap-img.com/smartforms/smart-002.htm

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html

http://www.allsaplinks.com/smartform_example.html

http://www.sap-basis-abap.com/sapsf001.htm

Smart Form PDF Link

http://help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF

http://sap.ionelburlacu.ro/sap0/sapsf001.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/a9/de6838abce021ae10000009b38f842/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/a5/de6838abce021ae10000009b38f842/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/16/a369b1800e4bdda978ee0fe3b7bd2c/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/a5/de6838abce021ae10000009b38f842/content.htm

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-img.com/smartforms/smart-001.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

Kindly Award Points If You Find The Reply Helpful.

Cheers,

Chaitanya.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hii

in the Intialization Tab-> write the PERFORM----ENDPERFORM

in the FORM ROUTINES-> write the FORM---ENDFORM

perform Get_TextName using gt_id.

form Get_TextName using gt_id.

write suitable logic

reward Points if useful

regards

Jaipal

Former Member
0 Kudos

You have to write the subroutine in SUBROUTINES tab. and call it using PERFORM statements from initialization or program lines.

Reward if useful

Regards

ANUPAM