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

Batch Input method

Former Member
0 Likes
329

Hi all,

I want to create the vendor creation using Batch Input Method.

I am able to create it.But my problem is When the account group changes the screens will be changed.

I want to write the program like if the account group changes the screen should be changed and for that one batch input should be created.How can i do that.

If anybody know the answer please give me the answer.

This is very urgent i will reward points.

2 REPLIES 2
Read only

Former Member
0 Likes
311

Hi,

You can use the BAPI

" BAPI_VENDOR_CREATE ".

This BAPI is for creating Vendors in online. You can check this once. It might be help you.

get the proper file from your functional guys I mean different Account groups data files and you can upload them.

like

if account group = 'XYZ'.

upload file xyz.xls.

call BAPI here.

elseif account group = '123'.

upload file 123.xls.

call BAPI here

Chandu