NO_SIGN can be used to hide the sign of the number. For example you have negative values but you want to display it as positive.
In order to show you the behaviour of this settings, I’ve manipulated ...
... this method and FM CLAF_OBJECTS_OF_CLASS to get the characteristics values for all of objects that are classified by given class. I will firstly read all assignments to the class, then I will loop through ...
... then it's no longer a problem as we can use CL_GUI_CHART_ENGINE together with chart designer provided by SAP. Chart designer is a tool which allows you to create a customizing for your chart and save ...
... 111 Layout change screen with Groups (columns sets)
After choosing one of them, you’ll notice that the fields visibility change accordingly to groups assigned in field catalog.
Figure ...
You may suspect that setting up a domain name in the field catalog will make some effect on the display, for example in data type, length, lowercase sign, but it seems that it has no effect in ALV grid. ...
... CITYFROM. According to OSS notes I had to also fill ROLLNAME (Data element) or DOMNAME (Domain), as they are the criteria to assign the sender value into receiver select-option (names of the select-option ...
As you can imagine, INTTYPE is just a presentation of DATATYPE in internal SAP format in most of cases. I wrote most of cases because it can also say if the field in internal table is a reference to other ...
... from the right side, for example mask ‘RR__:__’ for value 123 will be displayed as ‘ 1:23’.
‘V’ in case of quantity or amount fields is a place where the sign of the number should be displayed, ...
Round can be used for decimal fields that have no assigned QFIELDNAME or CFIELDNAME fields. Its purpose is to move decimal places left or right. If you want to move decimal places left, then you have to ...
... the five custom function codes on selection-screen? Well, definitely I have and it was really annoying as I wanted to be able to dynamically assign the slection-screen function key depending if it's already ...
... and then I've collected all the checks that have assigned pseudo comments. The version of NW that I was extracting pseudo comments from is 7.52 SP02.
Now you can also use this information as I'v ...
... it's the time to shut down your virtual machine. Please power it off or send the shutdown signal.
Now go to the location where your virtual machine is stored at the host machine and ...
I'm big fan of CMD_EI_API and VMD_EI_API classes. I use them to create, update and delete customer and vendor master data, including contact persons, partners and all data you have in XD02/XK02 transaction. ...
... icon designer by me and they are not yet synchronised with Genuitec and moderated, then soon I'll attach here my icons settings, so you'll be able to download them and use them at your installations as well. ...
...
created_items = created_items " Generated Delivery Items
return = error_log. " Return Parameter(s)
append lines of error_log to bapi_log.
loop at error_log assigning field-symbol() where type ca 'EAX'. ...
... can quickly jump to the place of occurrence by clicking the marker.
iv. Signature preview on F2 – yes, that’s really helpful function. In SE80 you need to open the object or FM in the same ...
... use it the same way? To be honest, I'm not the fan of playing with private methods, but sometimes the designer haven't foreseen that the method or attribute will be needed to use also outside ...
... your knowledge in that matter but do it slow. Too much data will make their brain will overheat and they will not remember anything. The best is to give an overview about process before assigning a task ...
... your new FM name and following parameters: This will create an action like this. Then let's create our FM. As you can see bellow, old trick of assigning data from program found in stack is ...
...
assign component iv_button of structure buttons to field-symbol().
if is assigned.
if is initial.
= button.
if iv_allowed eq abap_true.
show_button( iv_button = iv_button ). ...
... LVC field catalog implementation method lvc_fcat_from_internal_table.
data: table type ref to data.
create data table like it_table.
assign table->* to field-symbol().
try.
cl_salv_table=>factory( importing ...