Hi,
I checked Data model entity Amount and Currency code field as 'Nullable',
Amount field = '0.00' and Currency code = '' (E.g. Empty).
I'm getting below error as,
"innererror" : {
"ErrorDetails" : [
{
"code" : "/IWBEP/CM_V4_COS/03...
Hi All,
Dynamically in debugging, How to get column name of a ALV Grid, ALV List or Standard list when selecting particular column along with clicking any application tool bar icon of the SE16 or SE11 table content?
Thanks in Advance.
Hi Experts,
When I declare a Variable that time this error ( "SCHEMA(" expected, not "TYPE(". ) is throwing. Please, anyone, help me to resolve this error.
Thanks in Advance
macro-issue.png
Hi RaymondIn debugging mode only I am asking.~ class CL_GUI_ALV_GRID method GET_SELECTED_COLUMNS is works only for ALV Grid .~ class CL_SALV_TABLE not triggering for any field selection of the SE11 or SE16 table. For ALV List and standard List could ...
Hi Raymond, I have to get and use the selected field name from ALV grid, ALV list or Standard list in my custom program, Could you suggest any other way.
Hi Vansika,Instead of using the Function module, you can directly use the split statement in abap.data : lv_module type string value 'sd;mm;fi;co'.data : lv_tech1 type string, lv_tech2 type string, lv_tech3 type string, lv_tech4 type string.split lv_...