2014 Aug 19 10:11 AM
Hi Expertise,
I am working on data uploading for infotype 0008,data is not coming in internal table
after using gui_upload.
| 00000048 0 20141101 20141130 0008 01 01 01 CLERK 0 MB10 3000 M200 2000 M220 1000 M230 1000 M231 1000 M233 3000 M260 1500 M270 1500 MD10 1000 |
Consider above as a first record,
But in internal table, data is not filling at correct position.
Plz help me.
2014 Aug 19 10:21 AM
Hi Priyaranjan,
I suggest you to upload the data through LSMW process It is very simple and most of our consultants will use the same process to update the data
Let me know for further information
Regards,
Naresh.KM
2014 Aug 19 11:09 AM
Hi,
How have you declared your internal table? How do you get the Wages data from the input file?
As Naresh suggested, it is better to use LSMW. You could make use of multiple files in LSMW, one for Employee info and other for wage types.
2014 Aug 19 12:17 PM
Please post the relevant sections of your code here i.e. the declaration of your internal table, the code for the gui call, and also a snapshot in debug mode of the itab contents so we can see what you mean by incorrect position.
2014 Aug 20 12:12 PM