By using which FM we can upload data into Infotype
Answer Posted / mhkr
CALL FUNCTION 'HR_INFOTYPE_OPERATION'
EXPORTING
INFTY = '0105'
NUMBER = PERNR
SUBTYPE = '0002'
VALIDITYEND = BEGDA
VALIDITYBEGIN = ENDDA
RECORD = i_p0105
OPERATION = 'INS'
TCLAS = 'A'
DIALOG_MODE = '0'
NOCOMMIT = 'X'
IMPORTING
RETURN = I_RETURN
KEY = I_KEY.
IF SY-SUBRC = 0.
WRITE : 'FM returns sy-subrc 0'.
ENDIF.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is collective search help? : sap abap data dictionary
What is a table cluster? : abap data dictionary
Search help exit details.
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Explain what are extracts?
What is the difference between semi-monthly and Bi-weekly payroll area
What is a help view? : abap data dictionary
What is a badi?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What is an evaluation path? : sap abap hr
wht is the diff. b/n initialization and lotus of event
How you attach search help to data element? : sap abap data dictionary
How can end-of-selection be used?
Which table stores the programs created?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?