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 ...
... Maybe just for information and for Report-Report interface, where this field is use as one of the matching criteria for selection-screen parameters.
As you can see on the next image, although I gave ...
Following the example of downloading exchange rates from Central Bank Of Turkey using transformations, please find bellow the same way for National Bank of Poland.
Again, lets create an RFC destination ...
One of the standard requests that comes with every SAP implementation is automatic download of exchange rates to your system. Today I will show you on an example of Central Bank Of Turkey, how to transform ...
... it or like it was in my case, they will help you to lead it (or even they will lead it for you). They are active on Twitter and LinkedIn, there should be no issues to catch them. I've been in contact with ...
... can deserialize JSON and also it can generate a dynamic structure from JSON file but at the end to make programming easier you need to create local or global structure that will be matching the structure ...
... is checking both name and description for the filter to match. After using it a while with long favorites list this is quite handy .
e.Linking views to editor
Both views can be linked ...
... topic although the session last 10 minutes longer than it should be, as I received lots of question during the session.
I haven't watched whole video, I just checked if the voice was recorded correctly, ...
... C#, HTML ( yes, I know HTML is not programming language ). xiv. It gives you warnings about not catched exception classes – you’ll notice it on the right side of the editor xv. One place ...
Everybody sends mails from SAP, some are still using old FM SO_NEW_DOCUMENT_ATT_SEND_API1 but some CL_BCS class. This class is really powerful but it has one disadvantage - it does commit work, and not ...
...
select-options matnr for mseg-matnr memory id mat
matchcode object mat1.
select-options werks for mseg-werks memory id wrk obligatory.
select-options lgort for mseg-lgort memory id lag.
select-options charg for mseg-charg memory id cha. ...
... don't want to use it at the moment then you could use FM TH_REDISPATCH with the check_runtime parameter equal to 0. You could also you FM SAPGUI_PROGRESS_INDICATOR for the same purpose but keep in ...
...
parameters: p_name5 type char2 as listbox visible length 25 user-command lbchange.
*"parameter with matchcode object
parameters: p_name6 type char2 matchcode object h_t002.
*
*
"event at each output of selection screen ...
...
"so we add score
add f_score to f_current_score.
else.
"there is no match and configuration is not empty
"so we have to go to next line of configuration ...
...
data: mt_classdescriptions type standard table of bapi1003_catch_r.
data: mt_classlongtexts type standard table of bapi1003_longtext_r.
data: mt_classcharacteristics type standard table of bapi1003_charact_r. ...
...
data: m_size type i.
clear m_offset.
m_path = i_path.
find all occurrences of '\' in m_path in character mode
match offset m_offset.
if m_offset ne 0.
add 1 to m_offset. ...