SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | User Interface/Templates(SRM-EBP-CA-UI) SAP SRM

/SAPSRM/PORTAL_MAINTAIN SAP ABAP Report - Maintaining the SAP delivered Portal delivered Portal Customizing







/SAPSRM/PORTAL_MAINTAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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 /SAPSRM/PORTAL_MAINTAIN. "Basic submit
SUBMIT /SAPSRM/PORTAL_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSRM/PORTAL_MAINTAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: READ = Read an entry (key specifies)
Selection Text: DEL_ONE = Delete entry (key needed)
Selection Text: CVALU4 = value...continued 3
Selection Text: CVALU3 = value...continued 2
Selection Text: CVALU2 = value...continued 1
Selection Text: CVALU1 = value
Selection Text: CKEY = Key
Selection Text: CHANGE = Create or change an entry
Selection Text: CDESCR = Key Description
Title: Maintaining the SAP delivered Portal delivered Portal Customizing
Text Symbol: 012 = Entry changed
Text Symbol: 011 = Entry with that key does not exist
Text Symbol: 010 = Entry deleted
Text Symbol: 009 = Entry not deleted; database error
Text Symbol: 008 = Delete entry?
Text Symbol: 007 = Entry saved
Text Symbol: 006 = Save Customizing?
Text Symbol: 005 = Fill out all fields (key last)
Text Symbol: 004 = Entry not saved; database error
Text Symbol: 003 = Action canceled
Text Symbol: 002 = Delivered standard SAP Portal Customizing for SAP SRM
Text Symbol: 001 = Deletion failed, relevant entry not found


INCLUDES used within this REPORT /SAPSRM/PORTAL_MAINTAIN

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-008 * TEXTLINE2 = ' ' titel = text-002 * START_COLUMN = 25 * START_ROW = 6 * cancel_display = 'X' IMPORTING answer = answer EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-006 * TEXTLINE2 = ' ' titel = text-002 * START_COLUMN = 25 * START_ROW = 6 * cancel_display = 'X' IMPORTING answer = answer EXCEPTIONS OTHERS = 1.

BBP_PD_LOG_SAVE CALL FUNCTION 'BBP_PD_LOG_SAVE'.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log_header IMPORTING e_log_handle = ls_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ls_log_handle i_s_msg = ls_log_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING msg_id = '/SAPSRM/URL_CORE' msg_no = '008' EXCEPTIONS function_not_completed = 1 message_not_found = 2 OTHERS = 3.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.



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 /SAPSRM/PORTAL_MAINTAIN or its description.