cancel
Showing results for 
Search instead for 
Did you mean: 

Input port BAPI

Former Member
0 Kudos

Hello,

Can anyone tell me how to use BAPI's that have no input port, in the Visual Composer?

For example BAPI_OPPORTUNITY_GETDETAILMUL?

This BAPI has only output ports.

What scenario's/situations is such a BAPI useful in the Visual Composer (and how)?

Kind Regards

Murat

Accepted Solutions (1)

Accepted Solutions (1)

former_member4251
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Murat,

If the BAPI do not have input ports it should means you will get an output by default because it runs with an fix input, have you tried how it works in runtime ?

i.e: create an iView with this datasource and with some table as output... or just run the Test Datasource to see how it return the data

Best Regards,

Luis

Answers (2)

Answers (2)

Former Member
0 Kudos

Luis,

I have sap_all.

How can I check whether I have the rights for a specific BAPI?

Kind Regards

Murat

Former Member
0 Kudos

Hi Luis,

Thank you for your answer.

Both tested the data service in designtime and runtime.

No result is given, the output table is empty in both.

Do you have any other ideas?

Kind regards

Murat

former_member4251
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Murat,

Do you have permissions to read/execute this BAPI's results (at backend) ? if so check the BAPI at backend and how it works there, it should be the same, if not is a permissions issue.

Best Regards,

Luis