cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi's Dependency

Former Member
0 Kudos

Hi Experts

Can one bapi dependent on another bapi?

Scenario:

Suppose in one bapi some fields are there, at the time of using second bapi, second bapi requires some fields from the first bapi...in this situations how the bapis can be handled..please any one can explain with some code..

Thanks in Advance

DS.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

One option would be for "bapi requires some fields from the first bapi", to combine functionality of both bapis and build one customized bapi.

Regards,

Ganga.

Former Member
0 Kudos

Thank you Ganga,

Can we use the entair functionality of one bapi in another bapi?

Former Member
0 Kudos

Hi,

Ya definately, By calling one BAPI from another BAPI.

Regards,

Ganga.

Former Member
0 Kudos

Thanks Ganaga,

Can u tell me how the one BAPI can call another BAPI......atleast some syntax....

Regards

DS

Former Member
0 Kudos

You need to create a customized bapi by sending the values from one bapi to the other by just making use of CALL FUNCTION ' bapi name ' and provide the import , export and tables parameters to it.as we do it in a normal RFC

Answers (0)