Skip to Content
0
Former Member
Jun 05, 2006 at 11:17 AM

Custom BAPI problem

66 Views

We have creating some custom bapi to create SD document in R/3 end. Front end is developed using WebDynpro and they are passing info to our custom BAPI. But we are not able to populate the table parameter of custom bapi. This table parameter are refering the custom structure.

We tried the executing the SAP std BAPI with table parameter which are executing successfully and also create the document in R/3 end. SAP std BAPI table parameter are refering the SAP std sturcute.

Now i don;t know why out custom bapi Table parameter are not getting popluated? Please help to solve this problem as it is bit urgent.

From Webdynpro they are direct accessing our custom BAPI as rfc function module. They are not using any business object.

Is it required to release our custom BAPI from Function module screen???