Hi,i created cds view dll and i add new 'CHARK' fields when .. case but field name is empty ?my dll source code below and se16n screen shoot.@AbapCatalog.sqlViewName: 'ZHV_QM_001'
@ClientDependent: true
@AbapCatalog.compiler.CompareFilter: true
@EndU...
Hi,
I used this bapi ALV report. First run lt_notitem is true value but i used qm02 tcode changed value below first picture and second picture. My report click refresh button (below third picture) bapi lt_notitem table same value not get changed valu...
Hi,
REUSE_ALV_FIELDCATALOG_MERGE not working gt_fieldcat[] return is intial
my code is like below
TYPES : BEGIN OF ty_itab,
box(1) TYPE c,
id LIKE zsd_t_dnavlun-id,
kschl LIKE zsd_t_dnavlun-kschl,
...
Hi,I want to ALV button style icon + text. i am seeing debug mode text but ALV button not show text ?WA_LIKP-BUTTON = ICON_SYSTEM_SAVE. " '@2L@'.CONCATENATE WA_LIKP-BUTTON ' KAYDET' INTO WA_LIKP-BUTTON IN CHARACTER MODE.MODIFY IT_LIKP FROM WA_LIKP.
Hi,i need to process customer idoc but like on the screen error message. I see for the first time and This error has occurred now.When this idoc selected click process button. Same message again.how fix this error ?
Hi Deep,
You can try move IT_VBRP one range as below. Will take it same dump?
And how much record this table IT_VBRP ?
SELECT VBELV VBELN POSNN VBTYP_N VBTYP_V FROM VBFA
INTO TABLE IT_VBFA WHERE VBELN IN R_AUBEL.
Type "CDS_ENTITY" is unknown.Is there a way code like as below define fieldname for abap cds.Set alias name in abap cds code ?@<EndUserText
@<EndUserText.label:'CHARK'@<EndUserText.quickInfo:'Kayıt Var Göstergesi',
Hi, you can use below code get to return table. (<gt_data> submit program return table )DATA: rspar TYPE TABLE OF rsparams,
rspar_wa TYPE rsparams,
lr_data TYPE REF TO data,
lr_tabdescr TYPE REF TO cl_abap_structdescr,
...