SAP开发笔记HR_INFOTYPE_OPERATION - 百度文库
Có thể bạn quan tâm
validitybegin
- validity begin date
record
- infotype record values to be updated, inserted etc (will be structure of
infortyoe you are updating)
recordnumber
- sequence nunber from infotype record you are updating
Operation
- describes what operation is to be performed
COP = Copy
DEL = Delete
DIS = Display
EDQ = Lock/unlock
INS = Create
LIS9 = Delimit
MOD = Change
INSS = Create for Actions is not converted to Change
nocommit
- commit yes('X') / no(' ')
dialog_mode
- dialog mode or not, default is '0'
Example coding for MOD operation
CONSTANTS: change TYPE pspar-actio VALUE 'MOD'.
"This code is requred and locks the record ready for modification
CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'
EXPORTING
number = p_pernr.
"loop at p0071 into p_p0071. "added to put code in context
validitybegin = p_record-begda.
validityend = p_record-endda.
p_record-endda = pn-begda - 1.
CALL FUNCTION 'HR_INFOTYPE_OPERATION'
EXPORTING
infty = '0071'
subtype = p_record-subty
objectid = P_record-objps
number = p_record-pernr "employeenumber
validityend = validityend
validitybegin = validitybegin
record = p_record
Từ khóa » Hr_infotype_operation Delete
-
Re: Problem With HR_INFOTYPE_OPERATION, DELETE
-
Delete Infotype Operation | SAP Blogs
-
Delete Info Type
-
Hr_infotype_operation Delete - Diploma And Certificate Courses
-
SAP Hr Infotype Operation Example Transaction Codes
-
SAP FM (Function Module): HR_INFOTYPE_OPERATION
-
HR_INFOTYPE_OPERATION To Update SAP Hr Infotypes - ABAP
-
HR ABAP – Problem In Deleting Records From PA2003 (substitution ...
-
An SAP Consultant_ ABAP - Infotype Record Creation
-
ABAP - Infotype Record Creation - HR_INFOTYPE_OPERATION
-
Insert/Update/Delete Infotype Within Workflow --> Best Practice?
-
SAP ABAP Function Module HR_INFOTYPE_OPERATION ...
-
ABAP – Function Module HR_INFOTYPE_OPERATION
-
HR_INFOTYPE_OPERATION To Update SAP Hr Infotypes - Function ...