DATA : CONTAINER TYPE REF TO CL_GUI_CUSTOM_CONTAINER.
DATA : DOCUMENT TYPE REF TO CL_DD_DOCUMENT.
DATA : RENK(10) TYPE C .
PARAMETERS: P_MATNR LIKE MARA-MATNR.
START-OF-SELECTION.
SELECT SINGLE * FROM MARA WHERE MATNR = P_MATNR.
CALL SCREEN 001.
*&---------------------------------------------------------------------*
*& Module STATUS_0001 OUTPUT
*&---------------------------------------------------------------------*
MODULE STATUS_0001 OUTPUT.
DATA V_ID TYPE SDYDO_KEY.
DATA V_MAKTX TYPE SDYDO_TEXT_ELEMENT.
DATA V_WIDTH TYPE STRING VALUE '450'.
*&---------------------------------------------------------------------*
*& Form RENK_GET_VALUES
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
* -->P_0085 text
*----------------------------------------------------------------------*
FORM RENK_GET_VALUES USING P_RENK .
ENDFORM. " RENK_GET_VALUES
*&---------------------------------------------------------------------*
*& Form RENK_GET_F4HELP
*&---------------------------------------------------------------------*
FORM RENK_GET_F4HELP USING P_DYNPFIELDS_FIELDINP
P_DYNPFIELDS_FIELDVAL
CHANGING P_RENK_VAL .
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.