Application Development 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: 

Vendor Master Create using Bapi

PoojaThareja
Participant
0 Kudos

Hi

I want to create Vendor master using Bapi_Create_vendor.

But this is calling a transaction indise. How to call bdc in this Bapi so that I can trasfer the Data..

Thanks In advance

Pooja

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

You can check the methods MAINTAIN_DIRECT_INPUT,MAINTAIN_BAPI available in class VMD_EI_API

9 REPLIES 9

Former Member
0 Kudos

Pooja,

Just pass the data to BAPI, it will create vendors.

--

Reddy

0 Kudos

Hi V V Reddy

But the Bapi is just calling Transaction . Now how to pass data to the transaction.

Pooja

kesavadas_thekkillath
Active Contributor
0 Kudos

You can check the methods MAINTAIN_DIRECT_INPUT,MAINTAIN_BAPI available in class VMD_EI_API

0 Kudos

Hi Keshav

Thanks for ur reply. I have seen the methods you told. But pls can you tell me how to implement these methods. Do you have any sample code.

Or if you can explain me the steps to follow.

Thanks

Pooja

0 Kudos

Check this:

--

Reddy

0 Kudos

I have seen VMD_EI_API but not able to get how to pass data to import parameter IS_MASTER_DATA.

0 Kudos

Execute the class and from that screen execute the metod. double click on parameter IS_MASTER_DATA, it will come as tree, enter values and execute. in your program you should enter the same way as u input the values to it.

--

Reddy

0 Kudos

It means We have to create an herarichal structure in our program and then pass datato it.

But there are some fields like akont waers which i need to pass but they are not present there...

Pls guide me how to proceed..

PoojaThareja
Participant
0 Kudos

Hi Keshav

Can you pls explain me the steps how to proceed. I am not able to understand how to do this.

Thanks

Pooja