You are on page 1of 12

Scenario: Step-by-step creation of a BAPI to retrieve fields from table T001.

Procedure: Go to transaction SE11 and create a structure as shown or as per your requirement.
Give the name in the Data type field and click create.

In the pop-up that comes up, select the radio button structure.

In the components tab of the structure, give the different fields and their corresponding field types and
press enter to check the compatibility and corrective ness.

Do not forget to save it in a package. You can even save it as a local object. For my example, I save it in a
package.

Check the structure (ctrl + F2) and activate (ctrl + F3) the structure.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Now we are done with the creation of a Structure.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Go to transaction SE37 where you create function modules. Click on create after you enter the name of
the Function module.

A screen as shown above would pop-up where you mention the function group to save the function
module and also provide some short text describing your function module.

In the next pop-up that follows, click on continue as shown above.

The function module screen would look like the one above.

Go to the Attributes tab and select the radio button reading remote-enabled module. Come back to the
imports tab and provide the import parameters as shown or as per your requirement.

Now in the Export tab, provide the export parameters as shown or as per your requirement.

In the tables tab, provide the information as shown or as per your requirement.

The next screen you visit is the source code. It would look like this.

In the source code tab, write the following code in order to pick the data based on the input you provide.

Now, save and check the code and activate the function module.
After successful activation, Go to the attributes tab. Go to Function moduleReleaseRelease.

+++++++++++++++++++++++++++++++++++++++++++++++
Now we are done with the creation of a Function Module.
+++++++++++++++++++++++++++++++++++++++++++++++
Go to transaction SWO1 and enter the name of the BAPI you would like to create or as shown in the
screen and click the create button.

Give the name of the BAPI as above and click on create.

Give the above-mentioned details and click on the continue icon.

Save in a package.
The resulting screen is as follows.

Now click on the methods to drop down and see what methods are provided by default. There would be
two methods, showing in red color which come by default while creating the BAPI.

Click or select the method as shown above and go to the path UtilitiesAPI methodsAdd methods.

On the screen that follows, provide the function module name and click on the continue icon.

In the ultimate pop-up, click the next step icon. We observe that the information is predefined in the fields.
This is the next screen where you would just click on the next icon.

Click on Yes. You can see an information message reading ZBAPIFMT001 inserted.

You might also like