Hi everyone,I need to create a customizing table where I can insert an hide password (for example ****** )Then inside a custom report I have to retrieve the encoded field from the table and use it.how can I do it?
hello everyone,I'm using the method cl_sapuser_bcs=>create( lv_sender ) to send the email.I need to create a user in SU01 to use in the variable above "lv_sender".What roles should the user I create in SU01 have?
Hi all,how can I edit this method IF_EX_FAGL_COND_ACC_ASSIGNMENT - CONDENSE ? It is called by transaction fagl_it_02I need to add a piece of code here: I implemented this enhancement, but it is not called by the transaction fagl_it_02
Hi everyone,I created a service in the segw following this blog https://community.sap.com/t5/technology-blogs-by-members/building-a-custom-sap-gateway-service-with-segw/ba-p/13616605at point 6 of the blog, it does a test of the service by inserting r...
Hi everyone,I need to insert a custom button in the ME21N and ME22N transactions, how can I do it?I also need to insert code when the custom button is clicked
hi @RaymondGiuseppi sorry but I don't understand your proposed solution.This would be the code to use? But I don't have to call a page, I need to create a password type field in the table and when I enter SE16 I need to display **** and not the clear...
hi @Tomas_Buryanek the purpose is:create a table for example ZTEST_TAB with the password type field for example auth_client_secretinside a custom report, do the Select auth_client_secret From ZTEST_TABinside the code I will have to use the auth_clien...
hi @RaymondGiuseppi I don't have to show the password field in input.the purpose is:create a table for example ZTEST_TAB with the password type field for example auth_client_secretinside a custom report, do the Select auth_client_secret From ZTEST_TA...