0 Kudos 316 SAP Managed Tags: ABAP Development I am using REUSE_ALV_HIERSEQ_LIST_DISPLAY FM.In this I want to give a different colour to a particular field. How can this be achieved?? Please Help.Reply 1 ACCEPTED SOLUTION Former Member 2007 May 25 11:35 AM 0 Kudos 144 ...
SAP Managed Tags: ABAP Development Hi, We have an existing program which is used for Idoc Monitoring. I got a request from the business to add new fields to be displayed in the display. I have added new fields to the Header and Item structures. I debugged the program before calling th...
1、在程序里包含SLIS type-pools: slis. 2、声明主表和明细表 * Global structure of list types: begin of t_table, tabname like dd03l-tabname, ddtext like dd02t-ddtext, as4user like dd02l-as4user, end of t_table. types: begin of ud_struct, position like dd03l-position, tabname li...
I have used FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' to display a drilled down alv list.But when i execute the report alll the nodes come in expanded format where i want to display only the header table lines like normal alv list in the initial screen and if user clicks on expand button t...
SAP Managed Tags: ABAP Development Hi Vivek I_CALLBACK_PROGRAM = v_progname * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' IS_LAYOUT = WA_LAYOUT IT_FIELDCAT = IT_FIELDCAT1[ ] <<<" [ ] missing else in debug check if the field catalog is filled correctly...
1、在程序里包含SLIStype-pools: slis. 2、声明主表和明细表 * Global structure of listtypes: begin of t_table, tabname like dd03l-tabname, ddtext like dd02t-ddtext, as4user like dd02l-as4user, end of t_table. types: b ...