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 |
If i created a new field in a table i want to see the field is created by whom? Tell me the specific table name which is contained all the user details.
Is there Any Module in SAP for Internal Audit?
How to populate signature in smartforms?where can we upload the signature?is der any tcode for it?
CAN U TELL ME ATTRIBUTES OF BOTH DOMAIN AND DATAELEMNT SCREEN?
i have a problem in report which is at production server what will i do?
what is meant by HIDE statement?
What are presentation and application servers in SAP?
What is syntax to upload a logo in script ?
4 Answers Accenture, Harjai Computers,
Which table stores the programs created?
i am new for sapabap. i want to about sapabap it is easy to learn or not ple give me answer. i am feeling about programing. ple give me answer.
What does import and export do?
Suppose u r using FOR ALL ENTRIES. What happens when there is no data in the itab which is using all the entries?