SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

RVSCDEMB SAP ABAP Report - License: Display Change Documents







RVSCDEMB 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 RVSCDEMB 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 RVSCDEMB. "Basic submit
SUBMIT RVSCDEMB AND RETURN. "Return to original report after report execution complete
SUBMIT RVSCDEMB 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: P_GENNR = D License number
Title: License: Display Change Documents
Text Symbol: 504 = & was deleted
Text Symbol: 503 = Text & deleted in language %
Text Symbol: 502 = & Changed
Text Symbol: 501 = Text & changed in language %
Text Symbol: 409 = Assignment: Partner for license
Text Symbol: 408 = Assignment: Export control classes for license
Text Symbol: 407 = Assignment: Countries of destination for license
Text Symbol: 406 = License - Header data
Text Symbol: 402 = New:
Text Symbol: 401 = Old:
Text Symbol: 309 = Partners
Text Symbol: 308 = Export control class
Text Symbol: 307 = Country of destination
Text Symbol: 110 = Others
Text Symbol: 109 = Partners
Text Symbol: 108 = Export control class
Text Symbol: 107 = Countries of destination
Text Symbol: 106 = License
Text Symbol: 105 = Sales doc.
Text Symbol: 505 = Deletion &
Text Symbol: T01 = License
Text Symbol: E01 = Return code:
Text Symbol: B01 = License data
Text Symbol: 619 = Change object Added Changed Deleted
Text Symbol: 617 = Date Activity User
Text Symbol: 612 = From 1 on & at & w. +
Text Symbol: 610 = Table name ;
Text Symbol: 609 = Field name ;
Text Symbol: 608 = Transaction ;
Text Symbol: 607 = Time ;
Text Symbol: 606 = Date ;
Text Symbol: 605 = User ;
Text Symbol: 509 = Unable to display change
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 507 = & entered
Text Symbol: 506 = Text & created in language %





INCLUDES used within this REPORT RVSCDEMB

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:

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING DATE_OF_CHANGE = CDHDR-UDATE OBJECTCLASS = CDHDR-OBJECTCLAS OBJECTID = CDHDR-OBJECTID TIME_OF_CHANGE = CDHDR-UTIME USERNAME = CDHDR-USERNAME TABLES I_CDHDR = ICDHDR EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.

CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING CHANGENUMBER = ICDHDR-CHANGENR IMPORTING HEADER = ICDHDR TABLES EDITPOS = ICDSHW EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.



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