SAP Reports / Programs | Application Platform | Master Data | Central Part of Product Master(AP-MD-PRO) SAP AP

CRM_EXTRACT_INDIV_PRODUCTS SAP ABAP Report - Activate Change Pointers







CRM_EXTRACT_INDIV_PRODUCTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Activate change pointers (Checkbox and save) Authorization EDI0 (Table group) is required ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CRM_EXTRACT_INDIV_PRODUCTS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

COMM_EXTRSET - Extraction Individual Objects


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT CRM_EXTRACT_INDIV_PRODUCTS. "Basic submit
SUBMIT CRM_EXTRACT_INDIV_PRODUCTS AND RETURN. "Return to original report after report execution complete
SUBMIT CRM_EXTRACT_INDIV_PRODUCTS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Activate Change Pointers
Text Symbol: 000 = Maintenance authorization is missing
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Save extraction status first?
Text Symbol: 004 = Cancel processing without saving?


INCLUDES used within this REPORT CRM_EXTRACT_INDIV_PRODUCTS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'Y' * textline1 = text-003 ** TEXTLINE2 = ' ' * titel = ' ' ** START_COLUMN = 25 ** START_ROW = 6 ** CANCEL_DISPLAY = 'X' * IMPORTING * answer = answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-003 IMPORTING ANSWER = answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'Y' * textline1 = text-003 ** TEXTLINE2 = ' ' * titel = ' ' ** START_COLUMN = 25 ** START_ROW = 6 ** CANCEL_DISPLAY = 'X' * IMPORTING * answer = answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-003 IMPORTING ANSWER = answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = 'Bearbeitung ohne Sichern abbrechen?'(004) text_button_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' start_column = 10 start_row = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2.

TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = wi_ko200 IMPORTING we_order = we_order we_task = we_task we_ko200 = we_ko200 TABLES wt_e071k = wt_e071k EXCEPTIONS error_message = 01.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' EXPORTING wi_order = we_order wi_ko200 = wi_ko200 IMPORTING we_order = we_order we_task = we_task we_ko200 = we_ko200 TABLES wt_e071k = wt_e071k EXCEPTIONS error_message = 01.

VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING objname = 'COMM_EXTRSET_PI_BASIS' begin = 'X'.

VIEW_MARK_WRITE call function 'VIEW_MARK_WRITE' EXPORTING objname = 'COMM_EXTRSET_PI_BASIS' begin = space.

VIEW_MARK_WRITE call function 'VIEW_MARK_WRITE' EXPORTING objname = 'COMM_EXTRSET_PI_BASIS' begin = 'X'.

VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING objname = 'COMM_EXTRSET_PI_BASIS' begin = space.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CRM_EXTRACT_INDIV_PRODUCTS or its description.