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 the table buffer? Which type of tables used this buffer?
What is buffering in abap?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What are the difference between tables and structures? : abap data dictionary
Define abap/4 layer? : abap data dictionary
Does the external program run in the same sap luw as the caller, or in a separate one?
what is the exact code that shoud be implimented in sap note
What abap statement will trigger list generation?
Explain the Inportance of pa30? : abap hr
What are the main uses of the primary key?
Abstract class and interface, multiple inheritance, live example
Why cant we use Normal function module for data transfer?
What is internal payroll process? : sap abap hr
What is meant by hotspots?
How do you write transaction programs in sap?