‎2014 Aug 19 8:38 AM
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
‎2014 Aug 19 9:19 AM
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?
‎2014 Aug 19 10:05 AM
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. | |