Corresponding fields of



  • Corresponding fields of keyword used to place the selected  fields from database into corresponding fields of Work Area.
  • Keyword : Corresponding fields of

Steps

  1. Go to transaction code SE38.
  2. Enter the program name Z or Y<program name>
  3. Select attribute type as Executable program.
  4. Click on Save.

Source Code

DATA WA_MAKT TYPE MAKT.

PARAMETERS P_MATNR TYPE MAKT-MATNR.


SELECT SINGLE MATNR SPRAS MAKTX FROM MAKT INTO CORRESPONDING FIELDS OF
WA_MAKT WHERE MATNR P_MATNR.


  WRITE / WA_MAKT-MATNR WA_MAKT-SPRAS WA_MAKT-MAKTX.



Input

Output

Comments

Popular posts from this blog

FOR ALL ENTRIES (FAE) -4 TABLES USING ALV_GRID_DISPLAY

RADIO-BUTTONS IN BASIC REPORT