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

Infotype 8 data uploading

Former Member
0 Likes
631

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.

4 REPLIES 4
Read only

Former Member
0 Likes
600

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

Read only

Former Member
0 Likes
600

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.

Read only

former_member201275
Active Contributor
0 Likes
600

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.

Read only

former_member201275
Active Contributor
0 Likes
600

This message was moderated.