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
Why do we use types statement in abap programming?
How will you find manager of an employee
How you attach search help to data element? : sap abap data dictionary
What is the difference between Exit and Stop?
What are the different types of operators in the sap abap?
What is tcode se16?
Is sap xi intended to replace ale?
What is the Process to transfer IDOC from Outbound System to Inbound system.
How to select valid lines for secondary list?
How are BAPI different from Normal function modules ?
Difference between Field groups and internal tables?
What are secondary indexes. How can we know which index is being used in a select query?
In what ways we can get the context sensitive f1 help on a field?
What is meant by search help? : sap abap data dictionary
Define abap/4 layer? : abap data dictionary