SAP Reports / Programs | Cross-Application Components | General Application Functions | General status management(CA-GTF-TS-SMT) SAP CA

BSVCDOC_GUID SAP ABAP Report - Change Documents







BSVCDOC_GUID 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 BSVCDOC_GUID 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 BSVCDOC_GUID. "Basic submit
SUBMIT BSVCDOC_GUID AND RETURN. "Return to original report after report execution complete
SUBMIT BSVCDOC_GUID 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: STAT = Status
Selection Text: OBJNR = Object Number
Selection Text: NODIS = Incl. Non-Displayable Statuses
Title: Change Documents
Text Symbol: H04 = User ;;
Text Symbol: H06 = List of Changes
Text Symbol: H07 = Transaction
Text Symbol: H08 = Changed by
Text Symbol: T01 = Object
Text Symbol: T02 = Status Profile
Text Symbol: T03 = System Status
Text Symbol: H03 = Time ;;
Text Symbol: A01 = Active
Text Symbol: A02 = Inactive
Text Symbol: E01 = No status object exists for &
Text Symbol: E02 = Status change documents do not exist for this object
Text Symbol: E03 = No status change documents exist
Text Symbol: H01 = Action
Text Symbol: H02 = Date ;;
Text Symbol: T12 = List of Changed Fields
Text Symbol: T13 = List of Changed Statuses
Text Symbol: T14 = Status Versions
Text Symbol: T11 = Val. Old
Text Symbol: T04 = User Status
Text Symbol: T05 = Overview of Status Changes
Text Symbol: T06 = List of All Status Changes
Text Symbol: T07 = Status History
Text Symbol: T08 = Status Changes
Text Symbol: T09 = Field Name
Text Symbol: T10 = Val. New


INCLUDES used within this REPORT BSVCDOC_GUID

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:

TZ_SYSTEM_TO_LOCAL call function 'TZ_SYSTEM_TO_LOCAL' "note 817525 exporting "note 817525 date_system = icdo-udate "note 817525 timezone = sy-zonlo "note 817525 time_system = icdo-utime "note 817525 importing "note 817525 date_local = icdo-udate "note 817525 time_local = icdo-utime "note 817525 exceptions "note 817525 others = 0. "note 817525

TZ_SYSTEM_TO_LOCAL call function 'TZ_SYSTEM_TO_LOCAL' "note 817525 exporting "note 817525 date_system = icds-udate "note 817525 timezone = sy-zonlo "note 817525 time_system = icds-utime "note 817525 importing "note 817525 date_local = icds-udate "note 817525 time_local = icds-utime "note 817525 exceptions "note 817525 others = 0. "note 817525

CRM_STATUS_NUMBER_CONVERSION call function 'CRM_STATUS_NUMBER_CONVERSION' exporting language = sy-langu status_number = icds-stat stsma = crm_jsto-stsma importing txt04 = icds-txt04 txt30 = icds-txt30 exceptions others = 1.

CRM_STATUS_MAINTAIN call function 'CRM_STATUS_MAINTAIN' exporting display_only = 'X' flg_no_stsma_change = 'X' subscreen_ext = '0800' subscreen_prog_ext = syrepid objnr = objnr.

CRM_STATUS_BUFFER_SET_OBJECT call function 'CRM_STATUS_BUFFER_SET_OBJECT' exporting objnr = objnr obtyp = crm_jsto-obtyp stsma = crm_jsto-stsma tables status = istat.

CRM_STATUS_TEXT_EDIT call function 'CRM_STATUS_TEXT_EDIT' exporting flg_user_stat = 'X' objnr = objnr spras = sy-langu importing line = log-stext user_line = log-atext.

CRM_STATUS_BUFFER_SET_OBJECT call function 'CRM_STATUS_BUFFER_SET_OBJECT' exporting objnr = objnr obtyp = crm_jsto-obtyp stsma = crm_jsto-stsma tables status = istat.

CRM_STATUS_NUMBER_CONVERSION call function 'CRM_STATUS_NUMBER_CONVERSION' exporting language = sy-langu status_number = stat_act stsma = crm_jsto-stsma importing txt04 = tj02t-txt04 txt30 = tj02t-txt30 exceptions others = 1.



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