POSUPE01 is a standard ABAP INCLUDE 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 POSUPE01 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.
20 TXT20SUSNAM Changed bySVKONT From accountS
Selection Text: C_DRU_TK = Issue header texts (Y/N)
Selection Text: C_DRU_TP = Issue item texts (Y/N)
Selection Text: C_DRU_VK = Issue sales prices (Y/N)
Selection Text: C_DRU_WM = Issue requested qty (Y/N)
Selection Text: O_MATNR = MMaterial no.#SSO_NAME
Selection Text: SIMUL = SIMUL >>>delete later <<<
Selection Text: SO-MATNR = Material no.
Selection Text: SO-NAME = Name of user
Selection Text: SO_ABELN = Alloc. tbl no.
Selection Text: SO_EKGRP = Purch. group
Selection Text: SO_EKORG = Purchasing organization
Selection Text: SO_FILNR = Plant
Selection Text: SO_MATNR = Material no.
Selection Text: SO_NAME = Name of user
Title: Reorganization of materials
Title: POS interface: events for report RWDPOSUP
Text Symbol: 329 = - Sales order stocks (totals)
Text Symbol: 328 = - Sales order stocks
Text Symbol: 327 = - Production versions
Text Symbol: 326 = - Matl-dep. insp. type param.
Text Symbol: 325 = - Batch stocks
Text Symbol: 324 = - Batches
Text Symbol: 323 = - Special stocks with vendor
Text Symbol: 322 = - Consignment price segs
Text Symbol: 321 = - Quotas(item) -
Text Symbol: 320 = - Quotas(item)
Text Symbol: 319 = - Quotas (hdr)
Text Symbol: 318 = - SourceLst
Text Symbol: 317 = - Material cnsmptn values
Text Symbol: 330 = - Special stocks with cust.
Text Symbol: 331 = - Special stocks with vendor
Text Symbol: 332 = - Special stocks with vendor (totals)
Text Symbol: 333 = - MRP lists
Text Symbol: 334 = - Planning flags
Text Symbol: 335 = - Pricing records
Text Symbol: 336 = - Text header
Text Symbol: 337 = - Text lines
INCLUDE DLPOSE01.
No SAP DATABASE tables are accessed within this REPORT code!
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING GROUP_NAME = PA_GROUP EXCEPTIONS INVALID_GROUP_NAME = 1 INTERNAL_ERROR = 2 PBT_ENV_ALREADY_INITIALIZED = 3 CURRENTLY_NO_RESOURCES_AVAIL = 4 NO_PBT_RESOURCES_FOUND = 5 CANT_INIT_DIFFERENT_PBT_GROUPS = 6 OTHERS = 7.
MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING LANGUAGE = SY-LANGU MSG_ID = SY-MSGID MSG_NO = T100-MSGNR MSG_VAR1 = SY-MSGV1 MSG_VAR2 = SY-MSGV2 MSG_VAR3 = SY-MSGV3 MSG_VAR4 = SY-MSGV4 IMPORTING MSG_TEXT = G_MESSAGE_TEXT EXCEPTIONS FUNCTION_NOT_COMPLETED = 1 MESSAGE_NOT_FOUND = 2 OTHERS = 3.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = G_LINE1 TEXTLINE2 = G_LINE2 TITEL = 'Änderungsfall: Keine Parallelverarbeitung'(007) CANCEL_DISPLAY = ' ' IMPORTING ANSWER = G_POPUP_ANSWER.
MASTERIDOC_CREATE_SMD_W_PDLD CALL FUNCTION 'MASTERIDOC_CREATE_SMD_W_PDLD' EXPORTING PI_MESTYP = C_W_PDLD PI_PARALLEL = PA_PARAL PI_SERVER_GROUP = PA_GROUP *{ INSERT PEDK000012 1 PI_FIL_GRP_SIZE = PA_S_GRP *} INSERT PI_WIND = G_WIND PI_SIMULATION = ' ' TABLES PIT_FILIA = GT_FILIA_ONLY EXCEPTIONS ERROR_CODE_1 = 01.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' * exporting * _SYNCHRON = ' '.
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 POSUPE01 or its description.
POSUPE01 - Reorganization of materials POSTING_PRG - Program for Object Type HRPOST_NAV: Posting POSTING_PRG - Program for Object Type HRPOST_NAV: Posting POSTGTOP - POS interface: data declaration for report RWDPOSTG POSTGE01 - POS interface: Events for report RWDPOSTG POSSIE01 - documentation and ABAP source code