Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

    Task 1 - Create CDS View Entity ( August Developer Challenge )

    First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

    sheenamk by Developer Advocate
    • 94666 Views
    • 212 Comments
    • 39 Likes

    Pricing routine

    Hi,I am creating a pricing routine using VOFM (Formulas => Condition Value).In the 'Maintain: Formulas Condition value' screen, I found that some include program names are started with 'FV64A' while some others are started with 'RV64A'.May I know is ...

    Resolved! Accepted Solution

    how to enable Menu Bar in the scroll down in IW37 transaction

    Hi Experts,In IW37n transaction, when i select the order and in the menu bar , GOTO scheduling view , the following screen appear. User is unable to change since only display is enabled and rest are disabled.Please help me on how to resolve the issue...

    Resolved! Accepted Solution

    Renaming a custom field

    Hi,We have a requirement to re-name one of the fields of existing custom table. When we try to rename the field and do adjustment using SE14, all the contents stored in that field are erased. what is the best practice to cater to a requirement like t...

    Resolved! Accepted Solution

    call a report program in module pool

    My code is CASE SY-UCOMM.     WHEN 'CON'.       SUBMIT ZIM_C_SD_UPLOAD_TAB AND RETURN.     WHEN 'REP'.       SUBMIT ZIM_R_SD_UPLOAD_TAB AND RETURN.    WHEN 'BACK' or 'EXIT' or 'CANCEL'.     set screen 0.     WHEN OTHERS.   ENDCASE.I have a screenCONV...

    Resolved! Accepted Solution

    Double click on ALV Report using Module Pool Program

    Hi Friends,               I am working on a module pool programming where i need to develop few screens based on radio buttons in initial screen .                  rb1 - create                  rb2- change                  rb3 - Report              i...

    Resolved! Accepted Solution

    CL_GUI_HTML_VIEWER - HTML with image https://scn.sap.com/thread/3854272

    First of all - I read this post: https://scn.sap.com/thread/3854272However I still don't get my image to display.The HTML is correctly parsed: src="MIME000004"This is the code to add the image (which is stored in SMW0) and to retrieve the URL:*   Get...

    ABAP Load testing.

    Hi,I just wanted to do load testing of a report with below conditions.- I want to call the report multiple times in one instance of time, for checking how much calls it report can handle .is there is any way(through ABAP Code) to do this? (without us...

    Resolved! Accepted Solution

    BADI ME_PROCESS_PO_CUST~POST how to read Item service data

    Hi,  In the Service Purchase order, I want to add some validation on the basis of service item, this is working fine at method PROCESS_ITEMas I am able to read the service data as per below code    lr_po_item_handle ?= im_item.     CALL METHOD lr_po_...

    Resolved! Accepted Solution

    Authorization check for base line date(ZFBDT) in fb02

    Hell all,Client requirement is to add authorization check for base line date in fb02.base line date field should not be editable for some users.I have gone through below thread: Added field zfbdt to the list of authorization fields in transaction SU2...

    Debugging RFC

    HelloIn a web application I use an Odata service method, e.g. getPersons in a ZCL_MYAPP_DPC_EXT class. In this method I use a remote function call (RFC) do retrieve data in a database on another system.I set a breakpoint in the getPersons method and ...

    Resolved! Accepted Solution

    Error reaching HCP service

    Hi,I'm trying to create a API for a service host on HCP.  But while testing in API Test Console keep getting 405 Method not allowed.  Looking at HCP Access Log there are no requests with code 405 for that service.  Also used debug but no apparent rea...

    nic_botha2 by Product and Topic Expert
    • 1102 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Sending SMS in Arabic ?!

    Peace be upon you all.I was asked to make a program that sends SMS to EmployeesI've tried many approaches then we tried this one that seemed to work as desired,"Create URL   concatenate 'http://URL&smsText=' SMS_TXT  '&mobile=' MOB_NO '&recipientName...

    Labels in this area

    Explore this Area