‎2008 May 23 10:48 AM
can some body tell me the differences between BDC and FUNCTION MODULE 'HR_INFOTYPE_OPERATION'.??
BEST REGARDS.
‎2008 May 23 12:10 PM
Hi,
'HR_INFOTYPE_OPERATION'
This function module enables you to maintain master data for employees and applicants. You can transfer one data record. All validation checks take place that would take place in the individual maintenance screens in the dialog. If necessary, the module returns an error message. The error messages are the same as the error messages in the dialog, that is, the individual maintenance screen error messages are transferred rather than interpreted by this module.
Notes
The update takes place using a 'Call dialog' from the module pool infotypes. For this reason, some restrictions apply for the infotypes that are to be handled in this way.
The screens for individual infotypes can not overwrite the transferred data for PBO.
No essential checks that are programmed 'on request' will be included in the module, as these will not run.
No messages can be processed for PBO. This will lead to error message 428(PG).
No 'leave screens' may be programmed, unless 'set screen 0' has been set previously. This also leads to error message 428(PG).
If you receive error messages of type 'Required field not filled...', you can not specify the field any more precisely. In this case, you must try to transfer the data into the system using the dialog transaction.
**************************************************
BDC
Batch input is typically used to transfer data from non-R/3 systems to R/3 systems or to transfer data between R/3 systems.
It is a data transfer technique that allows you to transfer datasets automatically to screens belonging to transactions, and thus to an SAP system.
- Method of transferring data into the System from other SAP and non-SAP Systems.
- Work by carrying out normal SAP transactions just as a user would.
- Execute the transaction automatically.
- Suitable for entering large amount of data.
- No manual interaction .
************************
Reward if helpful.
with regards,
Syed
‎2008 May 23 12:10 PM
Hi,
'HR_INFOTYPE_OPERATION'
This function module enables you to maintain master data for employees and applicants. You can transfer one data record. All validation checks take place that would take place in the individual maintenance screens in the dialog. If necessary, the module returns an error message. The error messages are the same as the error messages in the dialog, that is, the individual maintenance screen error messages are transferred rather than interpreted by this module.
Notes
The update takes place using a 'Call dialog' from the module pool infotypes. For this reason, some restrictions apply for the infotypes that are to be handled in this way.
The screens for individual infotypes can not overwrite the transferred data for PBO.
No essential checks that are programmed 'on request' will be included in the module, as these will not run.
No messages can be processed for PBO. This will lead to error message 428(PG).
No 'leave screens' may be programmed, unless 'set screen 0' has been set previously. This also leads to error message 428(PG).
If you receive error messages of type 'Required field not filled...', you can not specify the field any more precisely. In this case, you must try to transfer the data into the system using the dialog transaction.
**************************************************
BDC
Batch input is typically used to transfer data from non-R/3 systems to R/3 systems or to transfer data between R/3 systems.
It is a data transfer technique that allows you to transfer datasets automatically to screens belonging to transactions, and thus to an SAP system.
- Method of transferring data into the System from other SAP and non-SAP Systems.
- Work by carrying out normal SAP transactions just as a user would.
- Execute the transaction automatically.
- Suitable for entering large amount of data.
- No manual interaction .
************************
Reward if helpful.
with regards,
Syed