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
    • 95071 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    matnr field is not getting update while creating credit memo request by using FM SD_SALESDOCUMENT_CREATE

    Hi I m creating credit memo request by using FM SD_SALESDOCUMENT_CREATE .Creadit memo is creating fine and header table corresponding to that vbak is getting update but  field  for material in item table vbap is getting update.plz help me out.

    Resolved! Accepted Solution

    Is possible to get maximum number from character type of field in table?

    Hi gurus,I have a problem that, I have to get maximum number out of numbers of a field in table but the field is of character type. So, is any function module or any other way to get maximum number?Note: And also if their any alphanumeric text in sam...

    Resolved! Accepted Solution

    Convert internal table to PDF send mail using oops abap

    Hi Guru's,I got a requirement to develop a report , i have done it,  they want to send this report as excel attachment after clicking a  button and pdf attachment after clicking a button. I have done excel attachment part, which is working fine. But ...

    Resolved! Accepted Solution

    SAP asking for username/password for cl_http_client=>create

    Hello SAP Friends,We are trying to connect to one of our vendors using Web API.The authentication is based on Keyed-HMAC (SHA1). They have provided us Secret key. We are able to generate base64 encoded message. So far we are good. Then we are calling...

    How to restrict T-Code SPRO, which only allow user to perform configuration in IMG with no access to sensitive HR Master Data.

    Dear all,May I know how can I create a configuration role with T-Code SPRO, which allow user to perform configuration in IMG but not allow to access to sensitive HR Master Data. This role will be assigned to the Data Migration Team for data loading b...

    Resolved! Accepted Solution

    Type Conflict when calling class and method dynamically

    Hi OO experts,i want to call  a method dynamically. My problem ist, that I get a type error when processing.* Importing Parameter SAP-Value **************************************           ls_param-name = 'IM_SAPVAL'.           ls_param-kind = cl_aba...

    Resolved! Accepted Solution

    Select appending table and sort bad Performance

    Hello all,In my code there is a loop on xvbak. For every rows inside xvbak, the following code runs:IF POSITION IS INITIAL.     POSITION     = '000000'.   ENDIF.   POSITIONS_KEY-MANDT = SY-MANDT.   POSITIONS_KEY-VBELN = BELEG.   POSITIONS_KEY-POSNR =...

    Resolved! Accepted Solution

    Chinese character in excel is displayed as junk characters when attached in mail

    Hi All,I have data in internal table and sending that data to excel file via email through FM    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1' but when i open the excel attachment in the mail i could see junk characters for chinese fields.Any one has...

    How to get reference for internal table fields?

    hi,i have z table with fields like  empno    date     code                                                   7777   06-02-13   11my itab1 having the fields like  empno ,  d_01 ,d_02 ,.....d_31.(date from 01 to 31).in my report i have to move the fiel...

    Resolved! Accepted Solution

    Average Calculation in smartforms without considering zero values in columns

    Dear Experts,   I have developed a smartform. In that, I m facing one problem in calculating the average values of all columns without considering the zero values in columns.The coding which I have done is given below:CLEAR count. LOOP AT it_final1 I...

    Resolved! Accepted Solution

    Select query to fetch multiple related position codes against objid

    Hi All,          I have a custom table in which against each person's  ATO number, I have multiple position codes of his reporting structure such as reporting manager, functional head, business head etc. I am trying to fetch names of a person and his...

    Labels in this area

    Explore this Area