SAPDV76B is a standard Module pool for a dialog screen ABAP Program 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 SAPDV76B into the relevant SAP transactions such as SE38 or SE80
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.
Title: ?...
Text Symbol: T26 = List class
Text Symbol: T27 = Insert after
Text Symbol: T28 = Field list
Text Symbol: T29 = Insert first field
Text Symbol: T30 = Line structure usage
Text Symbol: T31 = Transport - selection list
Text Symbol: T32 = Maintain access type
Text Symbol: T33 = Display access type
Text Symbol: T34 = List item
Text Symbol: TUS = User
Text Symbol: ZA0 = Document header and document item
Text Symbol: ZA1 = Contact and partner
Text Symbol: ZB0 = Document Item
Text Symbol: ZB1 = Partner for Sales Activity (participant)
Text Symbol: ZC0 = Document header
Text Symbol: ZC1 = Sales activity
Text Symbol: ZD0 = Fast display (index only)
Text Symbol: ZH0 = Document flow, doc.header, document item
Text Symbol: ZS0 = Document and purchase order
Text Symbol: ZSP = Doc.header, doc.item and schedule lines
Text Symbol: ZZ1 = Access Type D
Text Symbol: ZZ2 = Access Type C
Text Symbol: ZZ3 = Access Type B
Text Symbol: ZZ4 = Access Type A
Text Symbol: ZZ5 = Access Type Space
Text Symbol: ZZ6 = Access Type S
Text Symbol: ZZ7 = Access Type H
Text Symbol: ZZ8 = Text fld
Text Symbol: T25 = Insert before
Text Symbol: 001 =
Text Symbol: 002 = Scaling 1
Text Symbol: 003 = Scaling 2
Text Symbol: P11 = Do you want to exit
Text Symbol: P12 = processing ?
Text Symbol: P21 = The specified line structure
Text Symbol: P22 = does not exist
Text Symbol: P24 = Do you want to create it?
Text Symbol: P31 = Do you want to delete the
Text Symbol: P32 = line structure?
Text Symbol: P41 = Do you want to
Text Symbol: P42 = save the data?
Text Symbol: PT1 = Exit processing
Text Symbol: PT2 = Other line structure
Text Symbol: PT3 = Create line structure
Text Symbol: PT4 = Delete line structure
Text Symbol: PT5 = Back
Text Symbol: PT6 = List
Text Symbol: PT7 = Cancel
Text Symbol: T01 = Display
Text Symbol: T02 = Change
Text Symbol: T11 = Initial screen
Text Symbol: T12 = List
Text Symbol: T13 = Fields
Text Symbol: T14 = Column heading
Text Symbol: T21 = Change description
Text Symbol: T22 = Create line structure
Text Symbol: T23 = Copy
Text Symbol: T24 = Display format
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING TITEL = TEXT-PT3 DIAGNOSETEXT1 = TEXT-P21 DIAGNOSETEXT2 = TEXT-P22 TEXTLINE1 = TEXT-P24 DEFAULTOPTION = 'N' IMPORTING ANSWER = ANSWER.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = V01-TITEL TEXTLINE1 = TEXT-P41 TEXTLINE2 = TEXT-P42 IMPORTING ANSWER = ANSWER.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = D02-TITEL TEXTLINE1 = TEXT-P11 TEXTLINE2 = TEXT-P12 IMPORTING ANSWER = ANSWER.
DD_GET_DD03P CALL FUNCTION 'DD_GET_DD03P' EXPORTING TABNAME = TABTAB-TNAME LANGU = SY-LANGU STATUS = 'A' TABLES DD03P_TAB = DD03P_TAB.
SD_GENERATE_LIST_CODING CALL FUNCTION 'SD_GENERATE_LIST_CODING' TABLES XT180S = XT180S.
SD_GENERATE_LIST_CODING CALL FUNCTION 'SD_GENERATE_LIST_CODING' TABLES XT180S = XT180S.
POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TEXT-PT4 TEXT_BEFORE = TEXT-P31 OBJECTVALUE = VARNR TEXT_AFTER = TEXT-P32 DEFAULTOPTION = 'N' IMPORTING ANSWER = ANSWER.
CALL FUNCTION 'SD_GENERATE_LIST_CODING' EXPORTING DELETE_FLAG = 'X' TABLES XT180S = XT180S.
FI_CUST_TRANSPORT_OPEN CALL FUNCTION 'FI_CUST_TRANSPORT_OPEN' EXPORTING I_CATEG = TRANSPORTOBJEKT IMPORTING TRKORR = E071-TRKORR.
TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING WI_DIALOG = ' ' WI_SEL_E071 = 'X' WI_SEL_E071K = 'X' WI_TRKORR = E070USE_TAB-TASKNUM TABLES WT_E071 = E071_TAB WT_E071K = IE071K EXCEPTIONS NOT_EXIST_E070 = 01.
FI_CUST_TRANSPORT_FILL CALL FUNCTION 'FI_CUST_TRANSPORT_FILL' EXPORTING TBKEY = RFCU2-TBKEY TBNAM = T03-TBNAM IMPORTING TRKORR = E071-TRKORR.
TLOGO_OBJECT_DELETE CALL FUNCTION 'TLOGO_OBJECT_DELETE' EXPORTING KORRNR = E071-TRKORR OBJTYPE = T04-OBJTYPE OBJ_NAME = RFCU2-TBKEY EXCEPTIONS KORRNR_ALREADY_RELEASED = 2 KORRNR_LOCKED = 3 KORRNR_NOT_EXISTS = 4 KORRNR_NOT_KORR = 5 NO_LOGICAL_OBJECT = 6 OBJ_NAME_TOO_LONG_OR_SPACE = 7.
FI_CUST_TRANSPORT_SHOW CALL FUNCTION 'FI_CUST_TRANSPORT_SHOW' EXPORTING TBNAM = T02-TBNAM.
SD_FLD_TAB_SHOW CALL FUNCTION 'SD_FLD_TAB_SHOW' EXPORTING TNAME = TABTAB-TNAME F4_FLAG = F_F4 IMPORTING NEW_FELD = FLDTAB-FDNAM NEW_FELDBEZEICHNUNG = FLDTAB-FDBEZ TABLES FLD_TAB = FLDTAB FLD_TAB_SELECT = FLDTAB_SELECT.
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 SAPDV76B or its description.