Functionality You can use this function module to read only representative data andimporter data. Use the import parameter I_VALDAT to give the function module a key dateuntil which you want to read the data. Use the import parameters I_FLG_BP_OR_EXT_ONLY and I_FLG_BP_OR_INT_ONLYto inform the function module whether OR data is to be read for externalbusiness partners only or for internal business partners only. You can use the import parameter I_OR_DATA_STRUC to restrict theselection. Specify the relevant values. To execute a lock when the data is read, set the importing parameterI_FLG_DO_LOCKING. If a single data record lock is required, you can setthe value X> for the importing parameter I_FLG_REC_LOCK. If you want only specific data records to be read, you can specify theserecords in the importing parameter I_RESTRICTION_TAB. The exporting parameter E_OR_BD_DATA_TAB contains the read data records. The exporting parameter E_FLG_LOCKFAIL is filled with the value X > when a locking error occurs. The exporting parameter E_FLG_ERROR is filled with the value X>when a locking error occurs, a check error occurs, or errors occur whendata is read from the database. Corresponding error messages are writtento the exporting parameter E_ERROR_TAB. |