‎2008 Nov 09 1:57 AM
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
‎2008 Nov 09 5:04 AM
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