... completely omit this field, as if you fill it then nothing will happen, even if you use different values for each field in field catalog.
Figure 16 ZDEMO_AIN_CL07 Tabname filled
...
... 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 ...
... ->save( ).
catch zcx_cmd_customer.
endtry.
Extension of ZCL_CMD_CUSTOMER
Every (almost) company which is using SAP has some custom fields in the customer master data. As t ...
... int of view, 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 spe ...
... port of your manager 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 ...
... 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 ...
... I should do it 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 ne ...
... if you compare it to Adobe Forms, but the rest for me..... is against.
Today I faces a really strange behaviour of one of the invoice printouts, one of the fields which was showin ...
...
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 ...
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 delet ...
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 ...
... 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 of code at different ...
... completely opposite to the previous point? Your apprentices have learnt to follow your guides but following "manual" step by step will not empower them to try own creativity. Try to gave them ...
... more than one BOM number, it will be then 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 ...
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 ...
... 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 ...
... I've chosen 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 ...