This topic was raised many times, I always found it's not possible to (or at least to hard to try) to update components allocation for routing operations. Fortunately I had to do it somehow and I manage ...
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 ...
The name of this field suggest to put here an internal table name, but it seems that it has no function at all. When SAP fills field catalog automatically, then value of this field is set to ‘1’. You can ...
... the base of that information, data can be displayed differently in each row, as in comparison to QUANTITY the unit is not set for the whole column. In program ZDEMO_AIN_CL11 I’ve setup column DISTID to ...
... of ZCL_CMD_CUSTOMER
Every (almost) company which is using SAP has some custom fields in the customer master data. As this is very specific for each company, there is no easy way to include this kind ...
... but the issue was that I had to make the possible to use the app without the logon to SAP.
SSO is not possible yet in my company so I've setup the SICF node of the application to use specific credentials ...
... or the company to organize it.
Sounds trivial, but you'll need someone to say that you have budget for the event or to allow you to use the company buildings on the weekend, when usually the company ...
... German.
Normally it would not be a problem to ask your colleagues which is sitting next to you, to unlock your user, but because of the company policy, we cannot manage other IT colleagues accounts ...
I was implementing ATC checks in the company I work for and wanted to find the place where the information about possible pseudo comments are stored.
In transaction ATC I could find them in the management ...
...
end of t_hierarchy,
tt_hierarchy type standard table of t_hierarchy with default key.
constants: c_components type string value '&&components&&'.
data: hierarchy type tt_hierarchy. ...
... myself when for the other it would take only some minutes, but then after few minutes I thought that this could be a really good exercise for myself to try to do something completely new in a language ...
If you would ask me if I would write something about SAP Script then I would definitely answer "Hell no!". I hate SAP Script to be honest, it has for me only one advantage - speed of printout if you compare ...
...
The main part is again to use FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE , but this time there is no easy way to fill MDPA and MDLB structures which are needed here.
So I ...
In previous post I've shown how to re-explode subcontracting components of purchase requisition using FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE . Using very similar code you can delete ...
I faced lately a small issue in one of the process in our company, I needed to re-explode the BOM of subcontracting item in purchase requisition. Normally users goes to ME52N and press "Explode BOM" ...
... to rule them all – you can be connected to many systems at once (each system has own project) and you can have code open on each of them in separate tabs. It’s also really easy and fast to do comparison ...
... you'll give them a really big fish pole (if not the net ). 4. Leave space for creativity Sounds like completely opposite to the previous point? Your apprentices have learnt to follow your guides ...
... faster than calling FM 'CP_CC_S_LOAD_COMPLEX_BY_BOM' separately many times. But header data is not enough, we should do same thing for BOM items using FM 'CP_CC_S_LOAD_COMPLEX_BY_ITM', ...
...
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 ). ...
... FMs in the interface or inside the code you can find a table with structure ESDUSCOM. This structures contains three components: ACTION, ELEMENT, ACTIVE. This components can be found of course in ESDUS table. ...
I can already call MB51 from previously created method but still I need to add an implicit enhancement into RM07DOCS so I'll be able to export results from MB51 and leave the program without displaying ...
... because it gave me possibility to do pre-selection before calling MB51, I've received completly formated results from MB51 and I can add all possible events to grid for new and existing columns. ...
...
append initial line to er_range assigning .
check sy-subrc eq 0.
assign component 'LOW' of structure to .
check sy-subrc eq 0.
= i_text. "all in uppercase
assign component 'SIGN' of structure to . ...