‎2010 Oct 07 11:09 AM
Hello dear experts,
I need to add the field MARC-MMSTA to the output screen. I copied the report and created a new z..... one. Now,
DATA: BEGIN OF list OCCURS 0.
INCLUDE STRUCTURE itab.
DATA: maktx LIKE makt-maktx,
name1 LIKE t001w-name1,
btext LIKE t156t-btext,
pspid LIKE prps-posid,
mmsta like marc-mmsta,
vornr TYPE vornr,
"215929
color_line(03) TYPE c,
"n555
color TYPE slis_t_specialcol_alv,
longnum TYPE /sappspro/longnum.
DATA: END OF list.
DATA: BEGIN OF header OCCURS 0,
matnr LIKE makt-matnr,
maktx LIKE makt-maktx,
werks LIKE t001w-werks,
name1 LIKE t001w-name1,
mmsta like marc-mmsta,
END OF header.
But still ı couldnt see my new column in the subscreen which ı open to select the colums to display in the report. What is the problem? help please...
‎2010 Oct 07 11:15 AM
Hi,
Go to Data Dictionary ( Transaction code : se11), display MARC table and find append keyword and click on the button then you will get new window there you have to enter fields according to what you are expecting.
Good Luck
‎2010 Oct 07 11:14 AM
By the way, ı m trying to see my new column in the alv grid after clicking of Detail list button.
‎2010 Oct 07 11:15 AM
Hi,
Go to Data Dictionary ( Transaction code : se11), display MARC table and find append keyword and click on the button then you will get new window there you have to enter fields according to what you are expecting.
Good Luck
‎2010 Oct 07 11:18 AM
My column marc-mmsta is already from marc table???? why to append it one more time???