We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
@ThFiedler demonstrated last year the new where-used dialog in Eclipse / ADT during a DSAG Event.I updated today my ADT version to 3.40 and in the release notes (actually for 3.38) I found "Working with the New Where-Used Dialog". I checked the corre...
Hi,
since we have installed EHP8, SOME reports in the Report Management System (Verndor Safety Data Sheet in PDF Format) are asking for a Password to view them.
We don't want them to be Password protected and we don't know the Password.
We al...
Hi,
we are getting a dump in transaction Migo, because we have to many implemantations of the BADI MB_MIGO_BADI(SAP note 2331672).
As we are not living / working in India, I was wondering, if we can deactivate the SAP BADI implementation "cin_p...
Hi,
our users are linking to an external document path by entering the UNC server name in the GOS external document URL (eg. \\server01\mypath). This works fine, but when our network guys change the location from "mypath" to another server (-> \\se...
Hi,I'd like to know, why it is not possible to select the maintenance plan category "MM" in IP42 (create strategy plan). We like to create a strategy plan which creates a service entry sheet. In IP42 this is not possible.SAP says in note 498352 that ...
You are posting a reply / question to a thread which is more than 16 years old, already marked as solved and to a member who is no longer active at this community ("Former Member"). Please open a new thread with your question, with some more details...
This thread is more than 15 years old, why are you replying to it?! Also, it has already been pointed out that MARA-MATNR = AUSP-OBJEK will not work.To use your words: please verify your reply next time to see if it is really necessary to reply to an...
If your table tab_with_duplicates is a sorted table you can try this (I renamed the column key to key_col): r_unduplicated_values = VALUE #(
FOR row_of_tab_with_duplicates IN tab_with_duplicates
( LINES OF COND #( WHEN lines(
...
@deepak_h3 Take a look at the blog Joachim already mentioned above:https://community.sap.com/t5/application-development-blog-posts/abap-debugger-scripting-basics/ba-p/12904253
@joachimrees1I just stumbled across this nice blog post, thanks for it. But to me it looks a bit odd that you commented on your own blog post with "... Thanks Joachim!".