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

Issue with Function Module SD_CUSTOMER_MAINTAIN_ALL

Former Member
0 Likes
396

Hi All,

I am having a issue in using this function module SD_CUSTOMER_MAINTAIN_ALL. In my file I have 20000 records.

But, after 10000 records are posted successfully, the function module is not posting any records to KNA1 table

It is returning sy-subrc = 0. which means eveything is ok. But if I check the database table there is no entry inserted in the table

Please help. I am not able to trace where its going wrong.

Any input is greatly appreiated.

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
322

Hi,

First Try swapping the set of 20K in to a set of 10K, so as to ensure that there is no issue with the second 2k Records.

Else Try using the FM twice.....10000 each and lets see the results.....

Simultaneously Look for the OSS Note also .....

And If everything looks Fare and You r not Getting any OSS Note....Then please report this to SAP.

else you can try using the Direct Input BDC Program for this:

Serach for "Direct Input BDC Program's" in Wiki.

or follow the Path

Wiki > ABAP Development > Data Transfers - LSMW, ALE, BDC > Direct Input BDC Program's

Edited by: AJAY TIWARI on Nov 9, 2008 6:07 AM

Edited by: AJAY TIWARI on Nov 9, 2008 6:17 AM