SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Purchase Document Methods(SRM-EBP-PD) SAP SRM

BBP_GETLIST_INDEX_FILL SAP ABAP Report - Report BBP_GETLIST_INDEX_FILL







BBP_GETLIST_INDEX_FILL 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 BBP_GETLIST_INDEX_FILL 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 BBP_GETLIST_INDEX_FILL. "Basic submit
SUBMIT BBP_GETLIST_INDEX_FILL AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_GETLIST_INDEX_FILL 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: SEL_DOC = Document ID from:
Selection Text: LP_NEW = Retain Existing Indices
Selection Text: LP_DEL = Deletion of Intex Tables
Selection Text: LP_DAKTF = Deactivates the Intex Tables
Selection Text: LP_CHECK = Output Processing Statistics
Selection Text: LP_AKTF = Activates the Index Tables
Title: Report BBP_GETLIST_INDEX_FILL
Text Symbol: TXT = Delete Index Tables?
Text Symbol: TX1 = Create Index Now?
Text Symbol: TT1 = Index Creation Confirmation
Text Symbol: TNE = N
Text Symbol: TNA = Index Tables Incomplete. Their Use is not Activated
Text Symbol: TJA = Y
Text Symbol: TDA = Index Table Use Deactivated
Text Symbol: TAK = Index Tables Complete and Activated for Use
Text Symbol: LTI = Confirm Deletion
Text Symbol: LNE = Deactivation Started
Text Symbol: LND = Activation Started
Text Symbol: LNC = Index Table Creation not Carried out Simultaneously with Deactivation
Text Symbol: LNB = Index Table Creation not Carried out Simultaneously with Activation
Text Symbol: LNA = Index Tables Deleted Successfully!
Text Symbol: 019 = Expected Item Indexes
Text Symbol: 018 = Expected Header Indexes
Text Symbol: 017 = Total No. Partners (Item)
Text Symbol: 016 = Total No. Partners (Header)
Text Symbol: 015 = Total No. Items
Text Symbol: 014 = Total No. Documents:
Text Symbol: 013 = Index Table Deletion
Text Symbol: 012 = Index Table Status
Text Symbol: 011 = Number of Existing Index Entries:
Text Symbol: 010 = Total Number of Valid Partners:
Text Symbol: 009 = Item Indices:
Text Symbol: 008 = Hdr Indices:
Text Symbol: 007 = Number of Written Indices:
Text Symbol: 006 = Number of Processed Partners:
Text Symbol: 005 = Processing Statistics
Text Symbol: 004 = Unsuccessful.
Text Symbol: 003 = Lock for Object:





Text Symbol: 002 = No Partner Assignment for Specified User
Text Symbol: 001 = Index Processing


INCLUDES used within this REPORT BBP_GETLIST_INDEX_FILL

INCLUDE BBP_PD_CON.


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_DEL CALL FUNCTION 'POPUP_TO_CONFIRM_DEL' EXPORTING titel = text-lti begda = lv_date endda = lv_date stext_1 = lv_text1 IMPORTING answer = lv_answer.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-lti txt1 = text-lna txt2 = ''.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = '' txt1 = text-lnc txt2 = text-lne.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = '' txt1 = text-lnb txt2 = text-lnd.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-tt1 text_question = text-tx1 text_button_1 = text-tja text_button_2 = text-tne default_button = '1' display_cancel_button = 'X' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

ENQUEUE_EBBP_PD CALL FUNCTION 'ENQUEUE_EBBP_PD' EXPORTING mode_crmd_orderadm_h = 'X' guid = wa_header_guids-guid EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EBBP_PD CALL FUNCTION 'DEQUEUE_EBBP_PD' EXPORTING mode_crmd_orderadm_h = c_enqueue_write_ext guid = wa_header_guids-guid.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = wa_index_h-index_guid.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = wa_index_h-index_guid.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = wa_index_i-index_guid.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = wa_index_i-index_guid.



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 BBP_GETLIST_INDEX_FILL or its description.