cancel
Showing results for 
Search instead for 
Did you mean: 

The input ports of BAPI_PR_CREATE

Former Member
0 Kudos

Hi, all. I tried to use BAPI_PR_CREATE to create a PR in my backend system. When I dragged BAPI_PR_CREATE and tried to test it, the input parameters were diffrernt to the BAPI_PR_CREATE in backend system with transaction code "bapi". I needed to fill out more input parameters , but I only got two input ports. Is there anyone having the same problem when you use this bapi service?

THX ^^.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Louis,

Check your bapi using the TCode 'SE37'. It seems only two Input ports.

Regards

Basheer

Former Member
0 Kudos

Hi, Basheer.

Thx for your help.

Sorry, I didn`t describe my problem clearly.

I know there are only two input ports, but I still have to fill out some tables of this BAPI.

And I have no idea how to fill out these tables in VC. This is my actually problem.

Thx ^^.

Former Member
0 Kudos

Hi,

You can create custom BAPI to fill the required tables as per your requirement.

Regards

Basheer

Former Member
0 Kudos

Hi, Basheer.

Can I just use the default BAPI? I don`t wanna create a custom BAPI.

Is there any way to fill out the table parameter?

If you watch this BAPI with TCode "BAPI", you can find these tables are not only input and but also output.

THX

Former Member
0 Kudos

Yes Louis,

You want to give the input to other tables. Select the node of those tables then right click and select the option 'Flip Port'. It'll change the tables from output to input and you can pass the inputs to the tables. Try this. Any problem means let me know.

Regards

Basheer

Former Member
0 Kudos

Hi, Basheer. I think you are right.

I could call the BAPI, but it dodn`t execute successfulll.

I think that I have to input correct parameters to execute the BAPI.

Thx again.

Answers (0)