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

Triggering BAPI from Input screen.

Former Member
0 Likes
495

Hi,

I am new to ABAP. I have designed a simple input screen and i want to trigger a custom BAPI from this.

Can you please tell me how to do this. Also suggest me some code.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Hi,

In the PAI of the screen call the Custom Bapi passing the required parameters to bapi.

2 REPLIES 2
Read only

Former Member
0 Likes
446

Hi,

In the PAI of the screen call the Custom Bapi passing the required parameters to bapi.

Read only

Former Member
0 Likes
445

Define the variables as per the BAPI parameters first. Pass the values accordingly to the variables and assign to corresponding parameter of the BAPI when you are calling BAPI.

Make sure the variables you are declaring should of exact type of BAPI parameter type.