‎2006 Jun 05 12:17 PM
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???
‎2006 Jun 05 12:19 PM
Hi nilesh,
1. Is it required to release our custom BAPI from Function module screen???
Since your are calling the FM
directly from outside,
its not required to be registered
unlike a BOR Object and its method.
regards,
amit m.
‎2006 Jun 05 1:03 PM
Hi amit,
It is not required to relase the RFC FM but for safer side we have released. But still Table parameter are not getting popluated with data from Webdynpro.
Our sturcure are homogenous without any field refering data type 'X' or 'P'. But still it is not getting popluated.
Please let me know wht step I have to follow so out custom BAPI table parameter get popluated from Webdynpro end.
Thanks in stack
‎2006 Jun 05 1:05 PM
Hi Amit,
Forgot to mention that we are not using BOR. This RFC FM are directly call from WebDynpro. One doudt is it require to have the RFC destination define in R/3? As we call is not getting trigger from R/3 end it is getting call from Webdynpro.
Thanks in stack again
‎2011 May 31 2:06 PM