Hi Experts,
I have a analytical chart being displayed as one of the cards within an OVP. Based on the user's selection within the dropdown am filtering the chart below.
I have 2 special scenarios:
For 1 of the options I need to trigger a req...
Hi Experts,Am supposed to design a Web Dynpro report which would display the standard appraisal data after restriction based on selection search criteria. I got to know by researching around on SDN that the appraisal data is stored in HRHAP* tables b...
Hi,Am a technical guy working on the e-recruitment module. The problem we are facing is that even when the user de-registers himself through the company portal he is still able to log back in to the portal using the same credentials. Has anyone ever ...
Hello Experts,Is there any BAPI available for the CJ20 transaction to try close a project? I have been trying to locate one but haven't came across anyone. Please do let me know if in case any of you happen to know about 1 such BAPI.Regards,Uday
Hello Experts,We had earlier developed a report which determines whether the entered project id can be set to CLSD status or not. The problem arises with few WBS elements which have AuC statuses. The report is displaying them as closeable but we fail...
You can refer to Jan's blog https://blogs.sap.com/2020/11/24/introduction-to-odata-and-how-to-implement-them-in-abap/ where he has described as to how to execute ODATA operations via POSTMAN
Thanks for the wonderful blog was able to use it in my development. For the people who are still following this article. I had followed the instructions in the blog & similarly got stuck at the point where the below code snippet fails to return the c...
Hi Vivek,
I don't think there's any possible way of realizing the requirement by standard. Instead of throwing your error messages the normal way:
1) Have a Table UI element with 2 columns at the top of your view which you would make visible only...
You can make use of the new SELECT OPTIONS component (WD_SELECT_OPTIONS_20) which provides a look and feel similar to the Search help GUIBB. You can find more information about it in here.Regards,Uday
Hi Vijaya,My apologies I have quoted an invalid method name in my code... I wasn't having acess to my SAP system & so had typed from my memory.... You need to say GET_CHILD and not GET_ELEMENT... So the corect code would be:data: lr_button_row type r...