SAP Certification
SAP Download
SAP Companies India
SAP Books
SAP JOBS
SAP jobs in India
SAP ABAP jobs in India
SAP BASIS jobs in India
SAP BI jobs in India
SAP CRM jobs in India
SAP FICO jobs in India
SAP Fresher jobs in India
SAP HR jobs in India
SAP MM jobs in India
SAP PM jobs in India
SAP PP jobs in India
SAP SD jobs in India
SAP XI jobs in India
|
BAPI CASE ADDNOTES function module introduction & syntax details
Show Full Details
BAPI CASE ADDNOTES
Function Module: BAPI_CASE_ADDNOTES
Functionality This BAPI method is used to insert new notes into an existing case.
Example:
* Fill the table with case note ids wa_case_note_id-ELEM_NO = 1. wa_case_note_id-TDID = '0001'. APPEND wa_case_note_id TO case_notes_ids. wa_case_note_id-ELEM_NO = 2. wa_case_note_id-TDID = '0002'. APPEND wa_case_note_id TO case_notes_ids. * Fill the table with note texts wa_case_note-ELEM_NO = 1. wa_case_note-TDFORMAT = 'AS'. wa_case_note-TDLINE = 'Just a simple note.'. APPEND wa_case_note TO case_notes. wa_case_note-TDFORMAT = '*'. wa_case_note-TDLINE = 'Contains two lines.'. APPEND wa_case_note TO case_notes. wa_case_note-ELEM_NO = 2. wa_case_note-TDFORMAT = '*'. wa_case_note-TDLINE = 'Internal note'. APPEND wa_case_note TO case_notes. wa_case_note-TDFORMAT = ''. wa_case_note-TDLINE = 'Contains one line.'. APPEND wa_case_note TO case_notes. * Call the BAPI CALL FUNCTION 'BAPI_CASE_ADDNOTES' EXPORTING GUID = '40908A3045BF1A51E10000000A1550FF' IMPORTING RETURN = return TABLES CASE_NOTE_IDS = case_note_ids CASE_NOTES = case_notes.
Pattern:
CALL FUNCTION 'BAPI_CASE_ADDNOTES' EXPORTING GUID = " IMPORTING " RETURN = TABLES CASE_NOTE_IDS = CASE_NOTES = .
Show Most Readed SAP Tutorials
Most readed SAP Tutorials
Show Latest Added SAP Tutorials
Latest Added SAP documents
|
"Site covers most of the SAP technical and functional tutorials, articles, interview questions and PDF study materials . List and details of SAP transaction codes ( tcodes ), Tables, report names, Bapi, ABAP programming syntax and keywords are also available in the site.
Information on SAP Certification and training, latest SAP jobs in India, ABAP interview questions are useful for SAP professionals seeking for a career in SAP as a fresher or experienced.ABAP tutorial downloads on BDC, LSMW, BAPI, ALE, IDOC, Smartforms, Sapscripts etc etc are also added.Now you can read from this page about BAPI_CASE_ADDNOTES ( BAPI Function Module)" |