By using which FM we can upload data into Infotype
Answers were Sorted based on User's Feedback
Answer / 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 |
what is the IDOC status code?
How to write a bdc – how do you go about it?
How do we see the data in Cluster table?
Events in Reporting. Which events we can ignore while coding.
Can any please explain me what r bundling technics in SAP?
What is a type group?
What type of user exits have you written?
3 Answers Deloitte, Kingfisher,
What are control commands in Scripts?
what is the role of CUID in Business Objects Import Wizard
What is a logical database?
What is the significance of the memory table ‘screen’?
Difference between top-of-page and top-of-page during at line- selection?