... with any desired characteristic, for example, in report to list materials with all master data from client, plant and sales organization level, you could use the origin of the columns as a group factor. ...
... Transaction. Probably depending on the installed version of your system, or addons, the list of the interfaces may be longer.
Anyway I’ve focused here on a simple example of calling another ABAP report ...
... node, you are able to add new client to the list.
When you right-click on client node, then you can create additional users or you can delete the client node.
When you ...
... method.
In table below you’ll find the list of all fields used in field catalog with its dictionary type and description. Some of the fields are quite simple to explain, some are harder, but bellow ...
... note 1421352 - FAQ: Customer cockpit, which was explaining the SPRO path for customizing view. ( I could use as well where used list on table, but I was curious about the SPRO path).
...
... active editor/GUI, the folder will be visible. If you’ll make your folder project dependent then it will appear on the list only if your active editor/GUI is linked to the same SAP system.
On ...
... 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 object or program and you ...
... used and then GOS manager is used to call directly attachment list. FUNCTION Z_AB_QM_SHOW_ATTACHMENT.
*"----------------------------------------------------------------------
*"*"Local Interface: ...
... we have list of all business documents we can insert link to it to PO with cl_alink_connection=>insert. Importing: I_PURCHASE_REQUISITION Type EBAN-BANFN
I_PURCHASE_ORDER Type EKKO-EBELN Implementation: ...
...
*&---------------------------------------------------------------------*
*& Form load_task_list2
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------* ...
... FMs. ESDUS table keeps parameters mostly for MM transactions, here is the list of t-codes for which I found some entries inside ESDUS: - IA05
- MB24
- MB25
- MB51
- MB52
- MB59
- MB5TD
- ...
... with a list of last used object for given user or if parameter IUNAME is not passed then for current user. Two additional parameters MAXANZ and MAXSTORE are responsible for clearing ESRUO table, if number ...
We have all needed methods and implicit enhancement is also created so we can create a program to call MB51. We have to create a structure for ALV and include in it type t_list from our class which I've ...
... them. Enhancement must be done at the end of form process_list. I'll create a method to do the export inside MB51 with only one changing parameter, which will check if we're calling MB51 from ...
I've got method to get selection screen parameters to table so I can call MB51 by submitting program RM07DOCS. Of course if I do that without any changes of parameters then I would get not this list ...
... and to get back the results. I will need a type for the structure which will be used as a base type to all copy / move functions from MB51 to class and program. Bellow you'll find a type t_list ...
... the structure "list"
Then in the second step you should add enhancement at the end of the form process_list and fill your own fields in table list[] with data.
If you'll do ...
... nugg file. report zab_authorization_check_list.
types: begin of t_alv,
program type trdir-name,
objct type xuobject,
fiel1 type xufield,
valu1 type sstringwa, ...
... wants to be more precise in filtering or when the responsibility is set not only on a base of MRP controller. Fortunately SAP gives us the possibility to call MD07 and MS07 with our own list of materials ...
...
*"parameter with modify group
parameters: p_carri4 type scarr-carrid modif id gr1.
*"listbox parameter
parameters: p_name4 type char2 as listbox visible length 25 modif id gr1.
*"listobx parameter with user-command ...
...
endif. The result of such code is, but the most important things you can find while debugging. This is the list of components of our dynamic structure from cl_abap_structdescr. Here is the result ...