cancel
Showing results for 
Search instead for 
Did you mean: 

BDC_IT0001

Former Member
0 Kudos

Hi Frds,

Can you explain BDC Process?as functional point of view?

My Requirement:IT0001, PERNR, BEGDA, ENDDA, ABKRS, ANSVH, DIRCT

Regards

kerry

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

BDC (Batch Data Communication) is the process of transferring data from 1 SAP or non SAP System to another SAP System.

It can be done through SHDB t-code, and it is a program which is either generated by SAP after a recording or programmed by a abaper. BDC can be used to upload data on daily base or for Transaction data.

To fulfill your requirement, use t-code SHDB and run it to record the said fields of IT0001, only record the required fields. Once BDC is recorded it will upload data into IT001. It can be done with the help of ABAPer as it required to create programme to call BDC.

For more information check this URL.

http://wiki.sdn.sap.com/wiki/display/ABAP/BatchInput-+BDC

Thanks,

Nirali P.

Former Member
0 Kudos

Hi Nirali,

Thanks for quick response.

My douts is once we enter SHDB and after that PA30, its click on create or click on change button.Which button we choose?

Can you explain please.

Regards

jhon

Former Member
0 Kudos

Hi,

If you want to change data in IT0001 then you should select change button, when u click on create button , every time it will create new record with current system date, ABAPer can set system date also. IT is completely depends on your requirement, be clear want u want at the time of uploading data.

For example , you are running internal transfer for mass emp, in that case record needs to be create with current system date, hence, you should select create button. If you want to change the payroll area then you should select change button.

Thanks,

Edited by: Nirali P on Feb 14, 2012 6:04 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

first you have to prepare faltfile with all the fields you want in IT 0001 to upload and take the help of abaper and record one sample IT 0001 in sequential order through se38

Thanks