2008 Dec 13 1:24 PM
hi experts.
I am using a BDC-UPLOAD program for MB11 but there is one error during an upload.
Here is a procedure which i am following:
I have created an upload file, which is tab-delimited format. In which such information exists:
01.12.2008 12.12.2008 561 d920 m920 536319000 1 PC 100
Now when i am uploading this file using movement type P61 or 561 a same error occurs:
Formatting error in the field MSEG-EXBWR ; see next message
Make an entry in all required fields and this is a required field, its a currency type field but i have even checked it by replacing it into char & num.
Is there any standard upload program for STOCK UPLOAD using MB11? If there is any one who can send me a solution.
thanks in advance.
Regards,
Yahya Shoaib.
hi experts.
I am using a BDC-UPLOAD program for MB11 but there is one error during an upload.
Here is a procedure which i am following:
I have created an upload file, which is tab-delimited format. In which such information exists:
01.12.2008 12.12.2008 561 d920 m920 536319000 1 PC 100
Now when i am uploading this file using movement type P61 or 561 a same error occurs:
Formatting error in the field MSEG-EXBWR ; see next message
Make an entry in all required fields and this is a required field, its a currency type field but i have even checked it by replacing it into char & num.
Is there any standard upload program for STOCK UPLOAD using MB11? If there is any one who can send me a solution.
thanks in advance.
Regards,
Yahya Shoaib.
2008 Dec 14 8:41 AM
for stock upload you can use below LSMW method.. its working fine for me....
Object 0110 Goods movement
Method 0000
Program Name RM07MMBL
Program Type B Batch Input
2008 Dec 17 5:15 AM
Hi,
Kindly check with the input file i.e i think you have to give like this in flat file for date 01102008.
Regards,
Sudhakar Reddy.A
2008 Dec 17 5:24 AM
Hi Yahya,
What chenna kesava says is exactly right. It has worked for me too.
Please check the same.
Regards,
-Syed.
2008 Dec 17 5:40 AM
well date is not an issue because its placing on the correct field but the problem is with the amount field i-e: EXBWR which was a required field but i have set it as optional but still not getting data on the screeen but my itab is getting that value.
thnxs,
regards,
Yahya Shoaib.
2008 Dec 17 5:52 AM
OK...I think you have declared the internal table field for that value same as the standard table right??
Now, create a variable with char and then move the value to that char variable and then pass it to the subroutines...
Ex:
loop at itab into wa.
var1 = wa-amount
perform bdc_field using mseg-exwbr var1.
endloop.
Now, I think it will pick up the value.
VIshwa.
2008 Dec 17 6:47 AM
Hi make Sure your recording should be done wothout grid. for that pupose you have to MB11 transaction and fill all required field befor going to next screen then Click on NEW ITEM button and give desire data on that Screen .
Regards
Amir
2009 Jun 07 5:01 AM
This was done by using a LSMW while rearranging some steps according to the requirement.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |