... ce again, this time successful and I found 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 ...
... oject dependent then it will appear on the list only if your active editor/GUI is linked to the same SAP system.
On the Favorites view you will see also additional checkbox while creating f ...
... 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 ...
... found in stack is used and then GOS manager is used to call directly attachment list. FUNCTION Z_AB_QM_SHOW_ATTACHMENT.
*"---------------------------------------------------------------------- ...
... Then when 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 ...
... SETTINGS 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 ...
... will return you a table 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 ...
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 ...
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 ...
... a type t_list which contains most of the fields which are available in MB51 (structure list in RM07DOCS). Just after t_list you'll find type tt_list which is just table type for t_list. ...
... fields to 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 ...
... 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 ...
... 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 of created work ...
... of them to the users! Importing: it_fieldcat type lvc_t_fcat optional -> field catalog for list viewer control
it_sort type lvc_t_sort optional -> alv control: table of sort criteria
it_filt ...
Not once, not twice I've search for a solution to do changes in routings (task lists) in some wise way. I hate BDC but in this case I thought that there is no other solution. Fortunately I was wrong ...
... You can also add more functions for example: 'Where used list' (FM 'RS_TOOL_ACCESS') or syntax check (SYNTAX-CHECK). When you have your final code you can then generate a temporary program ...