Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom BAPI problem

Former Member
0 Likes
594

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???

4 REPLIES 4
Read only

Former Member
0 Likes
528

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.

Read only

0 Likes
528

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

Read only

0 Likes
528

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

Read only

Former Member
0 Likes
528

This message was moderated.