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

BAPI Creation

Former Member
0 Likes
389

Hello Everybody,

I am a novice to BAPIs. I read that While creating a BAPI if we have more no of inputs we shall create a BAPI Structure and use it.

What i really want to know is, is it <b>COMPULSORY that i declare a BAPI structure for inputs</b> and use its fields as references or can i use from existing bapi structure references?

Thank you in advance

2 REPLIES 2
Read only

Former Member
0 Likes
369

hi Lakshmi,

you can refer to existing bapi structure if they are present if not then you can create custom and used them in your program, this will write approach to go ahead...

~ john

Read only

0 Likes
369

Thanks john