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
714

Hi Friends,

I am working on infotype 0008 data uploading.For some employee i have to upload 12 wage type and for some of

them i have to upload 13 wagetype and associated amount. using BAPI_BASICPAY_CREATE.

dATA is not coming properly in internal table ( ls_0008 type p0008 occurs 0 with headerline ).

I am using GUI_UPLOAD to upload.

Please help me out .

Regards

Priyaranjan

2 REPLIES 2
Read only

Former Member
0 Likes
612


Hi,

BAPI_BASICPAY_CREATE is used to create Basic Pay per Employee. You can provide different wage types for the employee in the WAGETYPES table in the BAPI.

You need to call the BAPI inside the loop.

But, what do you mean by data is not coming properly in internal load? Is the problem with input file upload?

Read only

0 Likes
612

I have to upload text file data for infotype 8

Consider below records,align it in single row.

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   

After using GUI_UPLOAD fm,

all wage type and begda endda is not coming properly in respected field.