100% found this document useful (1 vote)
2K views

Executing Function Modules Sequentially Using SE37 Transaction in SAP

This document describes how to execute function modules sequentially using transaction SE37. It provides an example of creating a quotation using three function modules sequentially without writing code. The user provides the name of the quotation creation BAPI, selects test sequence, specifies the two additional BAPIs required for quotation creation, passes inputs, and executes each BAPI sequentially by using the back button between executions.

Uploaded by

Rommel Soreng
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views

Executing Function Modules Sequentially Using SE37 Transaction in SAP

This document describes how to execute function modules sequentially using transaction SE37. It provides an example of creating a quotation using three function modules sequentially without writing code. The user provides the name of the quotation creation BAPI, selects test sequence, specifies the two additional BAPIs required for quotation creation, passes inputs, and executes each BAPI sequentially by using the back button between executions.

Uploaded by

Rommel Soreng
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Executing Function Modules sequentially using SE37 Transaction

By Bishnu Dash, Bristlecone India

Introduction: Most of the time ABAPers tests different RFCs/BAPIs/FMs in SE37 Transaction before the
use in their program. Sometimes it is very difficult to execute multiple RFCs/BAPIs/FMs in SE37 if there is
a dependency between two or more FMs. Here I am showing one example for creating QUOTATION
using SE37 which requires 3 FMs for creating the same.

1. Go to SE37 and give the Quotation BAPI Name (BAPI_QUOTATION_CREATEFROMDATA2)

2. Then Select the function module from menu and click on Test Sequence

3. Give below two BAPIs which is has to execute sequentially for creating quotation.
Click on Execute.

4. Then the next screen will show you the BAPI BAPI_QUOTATION_CREATEFROMDATA2 where you
need to pass all the required Input parameters for creating quotation.
After passing all the input, click on execute.

5. After execution of 1st BAPI, then click on BACK button from tool bar. Then it will take you to the
2nd BAPI automatically.
Then execute the 2nd BAPI. Now your quotation is created using SE37 without writing code in SE38 for do
the same.

You might also like