SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Authoring Tool for Legal Contracts(SRM-EBP-LCA) SAP SRM

BBP_CMS_XML_STR_GEN SAP ABAP Report - BBP-DUET: XML String generation report for IBF metadata







BBP_CMS_XML_STR_GEN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to generate xml files based on table entries...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 BBP_CMS_XML_STR_GEN 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

BBP_CMS_UIXMLGEN - BBP-DUET: XML String gen. report


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_CMS_XML_STR_GEN. "Basic submit
SUBMIT BBP_CMS_XML_STR_GEN AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_CMS_XML_STR_GEN 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: USERACT = UserActions.xml
Selection Text: TABLTMPL = TableTemplate.xml
Selection Text: MSGDT = MessageData.xml
Selection Text: LEGATT = LegalAttributes.xml
Selection Text: LANGUAGE = Language
Selection Text: CONTRATT = ContractAttributes.xml
Selection Text: CONFIG = ConfigData.xml
Selection Text: CNTRDT = ControlData.xml
Selection Text: ATTRUSE = AttributeUsage.xml
Selection Text: APPLN = Application using xml files
Title: BBP-DUET: XML String generation report for IBF metadata
Text Symbol: URL = - Portal Information not maintained completely in customizing. Make changes and re-run report.
Text Symbol: UIS = - The xml file UserActions.xml has been successfully generated
Text Symbol: UIF = - The xml file UserActions.xml could not be generated
Text Symbol: U01 = - No entry found in table "bbpd_cms_uact" for user action data
Text Symbol: TIS = - The xml file TableTemplate.xml has been successfully generated
Text Symbol: TIF = - The xml file TableTemplate.xml could not be generated
Text Symbol: T01 = - No entry found in table "bbpd_cms_did" for table template data
Text Symbol: SUC = - The xml file ConfigData.xml has been successfully generated
Text Symbol: SID = - The xml file ControlData.xml has been successfully generated
Text Symbol: NOT = - No entry found in table "bbpc_cms_config" for config data
Text Symbol: MIS = - The xml file MessageData.xml has been successfully generated
Text Symbol: MIF = - The xml file MessageData.xml could not be generated
Text Symbol: M01 = - No entry found in table "bbpd_cms_did" for message data
Text Symbol: L03 = - The xml file LegalAttributes.xml could not be generated
Text Symbol: L02 = - The xml file LegalAttributes.xml has been successfully generated
Text Symbol: L01 = - No entry found in table "bbpd_cms_attab" for Legal attributes
Text Symbol: FIG = - The xml file ConfigData.xml could not be generated
Text Symbol: FID = - The xml file ControlData.xml could not be generated
Text Symbol: DID = - No entry found in table "bbpd_cms_did" for control data
Text Symbol: C03 = - The xml file ContractAttributes.xml could not be generated
Text Symbol: C02 = - The xml file ContractAttributes.xml has been successfully generated
Text Symbol: C01 = - No entry found in tables "bbpc_cms_attr & bbpc_cms_attr_t" for Contract attributes
Text Symbol: AIS = - The xml file AttributeUsage.xml has been successfully generated
Text Symbol: AIF = - The xml file AttributeUsage.xml could not be generated
Text Symbol: 001 = XML Files to be generated


INCLUDES used within this REPORT BBP_CMS_XML_STR_GEN

INCLUDE BBP_CMS_XML_STR_GEN_CONFIG. " GENERATE CONFIGDATA.XML
INCLUDE BBP_CMS_XML_STR_GEN_CONDAT. " GENERATE CONTROLDATA.XML




INCLUDE BBP_CMS_XML_STR_GEN_ATTUSE. " GENERATE ATTRIBUTEUSAGE.XML
INCLUDE BBP_CMS_XML_STR_GEN_CONATR. " GENERATE CONTRACTATTRIBUTES.XML
INCLUDE BBP_CMS_XML_STR_GEN_LEGATR. " GENERATE LEGALATTRIBUTES.XML
INCLUDE BBP_CMS_XML_STR_GEN_MSSDAT. " GENERATE MESSAGEDATA.XML
INCLUDE BBP_CMS_XML_STR_GEN_TABL. " GENERATE TABLETEMPLATE.XML
INCLUDE BBP_CMS_XML_STR_GEN_USERACT. " GENERATE USERACTION.XML


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:

No SAP FUNCTION MODULES are executed within this report code!



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