Application Development 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: 

what is the execution flow of application form?

0 Kudos

hi all,

I want to know the execution flow of the application form, and i am having doubt that does the flow vary from different form classes.

1 ACCEPTED SOLUTION

NTeunckens
Active Contributor

You are talking about an actual "Application Form" (Trx."EFRM"), not SmartForms, am I right?

Since you're posting this in ABAP Dev-Space, you should have DEV-rights to :

  • Set a BreakPoint at various points of the Form, and Execute the correct Business Process ...
  • When Forms are generated through Mass-Correspondence such as "FPCOPARA", you can use "DBUG" to debug the Mass-Printing process : SAP-Note 2032637
  • SAP-Help website : link


Further reading :

  • Blog-Post on Application-Forms : link
  • Blog-Post Pocket Guide EFRM : link
  • Blog-Post Advance Print WorkBench : link


Hope this helps

Nic T.

1 REPLY 1

NTeunckens
Active Contributor

You are talking about an actual "Application Form" (Trx."EFRM"), not SmartForms, am I right?

Since you're posting this in ABAP Dev-Space, you should have DEV-rights to :

  • Set a BreakPoint at various points of the Form, and Execute the correct Business Process ...
  • When Forms are generated through Mass-Correspondence such as "FPCOPARA", you can use "DBUG" to debug the Mass-Printing process : SAP-Note 2032637
  • SAP-Help website : link


Further reading :

  • Blog-Post on Application-Forms : link
  • Blog-Post Pocket Guide EFRM : link
  • Blog-Post Advance Print WorkBench : link


Hope this helps

Nic T.