... ABAP4_CALL_TRANSACTION FM with proper RFC target of your DEV system and transaction SU01.
2. Put your user name into proper field, switch on debugging using /h command and click on unlock button. 3. ...
... ;one additional element that you can copy bellow and save.
<ExtraDataItem name="VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" value="1"/>
Now sta ...
... re is a table CVIC_MAP_CONTACT which is responsible to give an info to the class if contact persons should be deleted or not.
Knowing table name, I searched for OSS note o ...
... “Add folder” button from the view toolbar.
Depending on the view type you can get one of the two screens:
Folders are containers for your favorites. Beside name and descr ...
... experience I know that if SAP table had K at the end of the name that this must be configuration of header (Kopf).
I've inserted my new delivery type as target delivery type and I've filled da ...
... hero is a banner with your name which is placed on the hallways in TechEd events in Las Vegas, Bangalore and Barcelona. This year we already had TechEd in Las Vegas and Bangalore, from which I received ...
... enable this option, once you put your cursor into variable or method name, directly all occurrences of it will be marked on the side of editor, so you don’t need to use where used list inside the ...
... contains name of "mark field" if it was set. Like in Column class, you can use it before or after using display method.
Demo of the usage you can find in ZDEMO_FALV06.
  ...
... bsp;.
COLUMN
Method to return column object (ZCL_FALV_COLUMN) from COLUMNS table. Can be used to change fieldcatalog in fast way. You need only to pass field name to use it.
methods ...
... are possible if you have table lvc_t_styl in output table structure. If you want to use FALV way of handling cell settings then you need to firstly set stylefname attribute of layout so then you can use ...
... n
data falv type ref to lcl_test.
falv ?= lcl_test=>create( exporting i_subclass = cl_abap_classdescr=>describe_by_name( p_name = 'LCL_TEST'&nbs ...
... with 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 ...
... static methods to be able to use created STATUS and TITLE everywhere we need. Class is called ZCA_AB_DYNAMIC_GUI. Once created please make sure that constant program_name contains name of program ...
... which allows multiple row selects. 1) In order to prepare such popup you'll need to firstly define some global variables in FG which you can find bellow: constants: c_ccname_grid_popup type scrfname value 'CC_GRID_POPUP'. ...
...
data: gt_rsparams type rsparams_tt.
data: gt_fcat_mass type lvc_t_fcat.
data: gt_mass_sel_columns type lvc_t_col.
data: g_fieldname type string. ...
... name to it. At save (or after save) you can move attachments and business documents from temporary object to final one. The question is what will happen when you'll attach business document ...