cancel
Showing results for 
Search instead for 
Did you mean: 

Upload wagetypes to infotype 0008

Former Member
0 Kudos

hi Suresh_Datti,

i want to upload the wagetypes to infotype 0008 from flat file through BDC,

it consists of the following structure

pernr begda endda lgart betrg

10001 01.04.2006 31.12.2006 1012 300.00

10001 01.04.2006 31.12.2006 1012 300.00

10001 01.04.2006 31.12.2006 1012 300.00

10002 01.04.2006 31.12.2006 1012 300.00

10002 01.04.2006 31.12.2006 1012 300.00

like this i want to upload wage types it is varying from pernr to pernr

can ypu give me code of sample for this,

thanks in advance..

regards,

surya.

Message was edited by:

surya alluri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Surya

U can use BDC or LSMW to upload data.

But I used to use a FM to upload data in IT0008 as through BDC uploading It0008 will be a bit problematic when number of wagetypes will be more than 7.

but through the FM U can upload data without problems.

the FM is BAPI_BASICPAY_CREATE.

if U want the code please let me know Ur Email ID so that I can mail it to U as the code is a bit longer.

Award points if useful info.

Former Member
0 Kudos

Hi,

Kindly send me BDC code of uploading IT0008 on 'ramdas.dhotre at the rate dbups.co.in'

Thanks in Advance

0 Kudos

Dear Biswajit,

Kindly send me sample code for using bapi function module for infotype 0008.

regards,

SreeHari

Former Member
0 Kudos

Hi..

Can you send me the bdc for this and code.

As you told that you have code also for BAPI_BASICPAY_CREATE..

Pls send me.

my mail id is myselfadesh@gmail.com

pls send.

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

We can upload infotype 8 by BDC.The below are the fields for flat file.

PERNRBEGDAENDDATRFARTRFGBTRFGRBSGRDLGA01BET01LGA02BET02LGA03BET03LGA04BET04LGA05BET05

perner-personnel number

begda-beginning date

enda- end date

trfar-payscale type

trfgb-pay scale area

trfgr-payscale group

bsgrd-capacity utility

lga01-wage type 1

bet01-Amount for wage type 1 and similarly for wage type 2 ,3,4,5 and amounts 2,3,4,5.

Hope this is useful for you.

Former Member
0 Kudos

I got idea....Can you pls send me the code for this?

Pls send me the program for this.

Because it's urgent.

Thanks

Adesh Kumar

Former Member
0 Kudos

Hi,

Please take the help of your abaper to write the bdc for this.