SAP Reports / Programs | Sales and Distribution | Sales | Basic Functions(SD-SLS-GF) SAP SD

SDPVGEN SAP ABAP Report - Generate Product Proposal







SDPVGEN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generate product proposal This report serves to generate the 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 SDPVGEN 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 SDPVGEN. "Basic submit
SUBMIT SDPVGEN AND RETURN. "Return to original report after report execution complete
SUBMIT SDPVGEN 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: DA_DATUM = Pricing date
Selection Text: DA_KUNNR = Customer number
Selection Text: DA_NEU = Create again
Selection Text: DA_SPART = Division
Selection Text: DA_VKORG = Sales organization
Selection Text: DA_VKSM = Cust.pric.procedure
Selection Text: DA_VTWEG = Distribution channel
Title: Generate Product Proposal
Text Symbol: 001 = No.
Text Symbol: 002 = Notes
Text Symbol: 003 = Customer no.
Text Symbol: 004 = Sales organization
Text Symbol: 005 = DistrChannel
Text Symbol: 006 = Divis.
Text Symbol: 007 = CustPrcngPro
Text Symbol: 008 = PricngDate
Text Symbol: 009 = Selection conditions
Text Symbol: 010 = Product proposals
001 | No. |Cust.number | SlsOrg|DstChnl| Divisn| Comments


INCLUDES used within this REPORT SDPVGEN

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:

SD_INT_DPP_DETERMINE CALL FUNCTION 'SD_INT_DPP_DETERMINE' EXPORTING i_kunde = iknvv i_boflag = 'B' i_prsdt = da_datum TABLES e_vbpv = e_vbpv EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT I_SAVE = GC_SAVE IT_EVENTS = LT_EVENTTAB TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = G_REPID I_INTERNAL_TABNAME = IV_INTERNAL_TABNAME I_STRUCTURE_NAME = IV_STRUCTURE_NAME CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = IV_LIST_TYPE IMPORTING ET_EVENTS = XT_EVENTTAB.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = IT_TOP_OF_PAGE.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = IT_END_OF_LIST I_END_OF_LIST_GRID = GC_FLAG.



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