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 No Commit
-
No Commit Perameter In Hr_infotype_operation - SAP Community
-
SCN: Message List - Make A Test Before Saving Data To An Infotype ...
-
HR_INFOTYPE_OPERATION To Update SAP Hr Infotypes - Function ...
-
HR_INFOTYPE_OPERATION To Update SAP Hr Infotypes - ABAP
-
SAP FM (Function Module): HR_INFOTYPE_OPERATION
-
HR_INFOTYPE_OPERATION - SAP Help And Wiki Pages, Answers ...
-
HR_INFOTYPE_OPERATION SAP ABAP Function Module - SE80
-
Hr_infotype_operation Does Not Update
-
Problem With HR_INFOTYPE_OPERATION - Enterprise Software
-
ITXEX Field Cleared When HR_INFOTYPE_OPERATION Is Called
-
Create New HR Infotype Record ABAP Code - SE80
-
HR_INFOTYPE_OPERATION To Update SAP Hr Infotypes - ABAP
-
ABAP – Function Module HR_INFOTYPE_OPERATION
-
FM HR_INFOTYPE_OPERATION - The SAP Fan Club Forums