Pattern of SAP BAPI function Module BAPI_1220_SAVEREPLICA CALL FUNCTION ‘BAPI_1220_SAVEREPLICA’ ” * TABLES * mponodedata = ” bapi1220_mpo_nodedata * mponodetext = ” bapi1220_mpo_nodetext * mpovariantdata = ” bapi1220_mpo_variantdata * extension = ” bapiparex * return = ” bapiret2 . ” BAPI_1220_SAVEREPLICA
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABCLAIM_CREATE CALL FUNCTION ‘BAPI_ABCLAIM_CREATE’ “AB-CWB: Create BAPI Complaint EXPORTING claimdatain = ” bapicwbhead Communication Structure: Header Data Complaint IMPORTING claimdataout = ” bapicwbheado Communication Structure: Header Data Complaint (Output) claimnumber = ” bapicwbheado-claimnumber AB-CWB: Complaints Number * TABLES * return = ” bapiret2 Return Parameters * claimfields = ” [...]
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABSENCE_APPROVE CALL FUNCTION ‘BAPI_ABSENCE_APPROVE’ “Unlock absence EXPORTING employeenumber = ” bapip2001-pernr Personnel number subtype = ” bapip2001-subty Subtype objectid = ” bapip2001-objps Object identification lockindicator = ” bapip2001-sprps Lock indicator for HR master record validitybegin = ” bapip2001-begda Valid from date validityend = ” bapip2001-endda Valid to date recordnumber [...]
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABSENCE_CHANGE CALL FUNCTION ‘BAPI_ABSENCE_CHANGE’ “Change absence EXPORTING employeenumber = ” bapip2001-pernr Personnel number subtype = ” bapip2001-subty Subtype objectid = ” bapip2001-objps Object identification lockindicator = ” bapip2001-sprps Lock indicator for HR master record validitybegin = ” bapip2001-begda Valid from date validityend = ” bapip2001-endda Valid to date recordnumber [...]
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABSENCE_CREATE CALL FUNCTION ‘BAPI_ABSENCE_CREATE’ “Create absence EXPORTING employeenumber = ” bapip2001-pernr Personnel number validitybegin = ” bapip2001-begda Valid from date validityend = ” bapip2001-endda Valid to date * start = ” bapip2001-beguz Start time * end = ” bapip2001-enduz End time absencetype = ” bapip2001-awart Attendance or absence type [...]
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABSENCE_DELETE CALL FUNCTION ‘BAPI_ABSENCE_DELETE’ “Delete absence EXPORTING employeenumber = ” bapip2001-pernr Personnel number subtype = ” bapip2001-subty Subtype objectid = ” bapip2001-objps Object identification lockindicator = ” bapip2001-sprps Lock indicator for HR master record validitybegin = ” bapip2001-begda Valid from date validityend = ” bapip2001-endda Valid to date recordnumber [...]
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABSENCE_GETDETAIL CALL FUNCTION ‘BAPI_ABSENCE_GETDETAIL’ “Read absence EXPORTING employeenumber = ” bapip2001-pernr Personnel number subtype = ” bapip2001-subty Subtype objectid = ” bapip2001-objps Object identification lockindicator = ” bapip2001-sprps Lock indicator for HR master record validitybegin = ” bapip2001-begda Valid from date validityend = ” bapip2001-endda Valid to date recordnumber [...]
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABSENCE_GETDETAILEDLIST CALL FUNCTION ‘BAPI_ABSENCE_GETDETAILEDLIST’ “Read instances with data EXPORTING employeenumber = ” bapip2001-pernr Personnel number * subtype = ” bapip2001-subty Subtype * timeintervallow = ’18000101′ ” bapip2001-begda Valid from date * timeintervalhigh = ’99991231′ ” bapip2001-endda Valid to date IMPORTING return = ” bapireturn1 Structure for return code TABLES [...]
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABSENCE_GETLIST CALL FUNCTION ‘BAPI_ABSENCE_GETLIST’ “Read instances EXPORTING employeenumber = ” bapip2001-pernr Personnel number * subtype = ” bapip2001-subty Subtype * timeintervallow = ’18000101′ ” bapip2001-begda Valid from date * timeintervalhigh = ’99991231′ ” bapip2001-endda Valid to date IMPORTING return = ” bapireturn1 Structure for return code TABLES absenceempkey = [...]
Also filed in
|
|
Pattern of SAP BAPI function Module BAPI_ABSENCE_REQUEST CALL FUNCTION ‘BAPI_ABSENCE_REQUEST’ “Create locked absence EXPORTING employeenumber = ” bapip2001-pernr Personnel number validitybegin = ” bapip2001-begda Valid from date validityend = ” bapip2001-endda Valid to date * start = ” bapip2001-beguz Start time * end = ” bapip2001-enduz End time absencetype = ” bapip2001-awart Attendance or absence [...]
Also filed in
|
|