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

Problem in Lsmw batch input when uploading customer

Former Member
0 Likes
805

Hi experts,

In lsmw I am using batch input standard program RFBIDE00 to upload customer.

session is creating when i am proccessing that session in foreground it is directly giving messge . " processing of batch input completed" . and no screens are coming and data is not getting stored.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
693

Hi

Go to SM35 and check any session created or not

check the session log

or process that session and see.

check the data in KNA1 table whether it has come or not?

Generally when you RUN BATCH INPUT SESSION as last step in LSMW the data should be created.

anyhow check and see the session.

Reward points if useful

Regards

Anji

Hi experts,

In lsmw I am using batch input standard program RFBIDE00 to upload customer.

session is creating when i am proccessing that session in foreground it is directly giving messge . " processing of batch input completed" . and no screens are coming and data is not getting stored.

4 REPLIES 4
Read only

Former Member
0 Likes
694

Hi

Go to SM35 and check any session created or not

check the session log

or process that session and see.

check the data in KNA1 table whether it has come or not?

Generally when you RUN BATCH INPUT SESSION as last step in LSMW the data should be created.

anyhow check and see the session.

Reward points if useful

Regards

Anji

Read only

0 Likes
693

Hi anji,

thanks for ur replay.

session is creating. when i process that session no screens are coming. and i have checked in XD03 and kna1 no data is there.

pls give me some help regarding this.

is there any procedure to upload customer data other than bdc recording and batch input. if so pls send me some useful material.

Read only

0 Likes
693

Hi

try with the BAPI

<b>BAPI_CUSTOMER_CREATE</b>

used to Create Customer Master Online

With this you can create or extend a customer.

Parameters to be passed

INIT_KUNNR

CUSTOMERNO

CUSTOMER

RETURN

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
693

Hi,

Please check the log in the sessions.It willl show whether it is getting uploaded or not

reward if useful