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

    IMPORT MEMORY ID issue

    Dear Experts ,Here i am facing an issue that i have to run two programs at a time with only one input that is giving to program-A through parameter.Here i need to run program-B after 5 seconds to execution of program-A . By using JOB_OPEN ,JOB_SUBMIT...

    Resolved! Accepted Solution

    Show minus sign of Debit column

    Dear All,I have created a new report in SQ02, to show minus sign on document currecncy, i write ABAP code as following:*----------------Code Section: Record Processing-if RSEG-SHKZG = 'H'.     RSEG-WRBTR = RSEG-WRBTR * -1.else.     RSEG-WRBTR = RSEG-...

    Resolved! Accepted Solution

    command DIV

    Hi experts,Iam using the command DIV, but my result is wrong. The result should be 0.001898, but the result is 0.000.See the code bellow:DATA: wa_bseg_dmbtr TYPE bseg-dmbtr,           l_dmbtr_t          TYPE bseg-dmbtr,           l_valor             ...

    Assign component

    Hi guys,I have an issue with my code if i can get any help here *Function Module call CALL FUNCTION 'RRW3_GET_QUERY_VIEW_DATA' EXPORTING i_infoprovider          = c_multi_id i_query                 = c_req_id i_t_parameter           = tn_parameter IM...

    Resolved! Accepted Solution

    Send e-mail without commiting LUW

    Hello,I am having problem with sending e-mail in user exit (EXIT_SAPLV60B_008). E-mail is not sent without commit.Steps in user exit:IF problem_exist.     - send e-mail (wrapped in simple Z RFC module)     - MESSAGE TYPE 'E'ENDIF.NOTE: "send e-mail" ...

    Resolved! Accepted Solution

    How to get efficiently values from a table that are not in another table?

    Hi experts,i have 2 database tables TAB1 and TAB2. Both tables have between 3 and 4 millions entries. The goal is to find out all entries in TAB1 that are not in TAB2.The tables are some common key fields. An easy way to achieve this will be to loop ...

    Resolved! Accepted Solution

    ALV Layout - Internal table Contents

    Dear Experts,After executing  the report,  user selecting  the variant.When  user select's Icon(Select All)  all items   present in the screen should be  marked  with 'X'.In user Command  not able to get the  variant's data  in   internal table,  its...

    Resolved! Accepted Solution

    How could i Hide the Selection Screen Variant

    Hi,There is one report MB52, One of my client is running this report in background using Variant. But if i open the MB52  And press the Variant, What are all the Existing Variant it is Not showing in the List At mb52  Selection Screen.If i given vari...

    Problem with Control Parameters and Output options settings during direct printout of a Smart Form

    Hi All,My requirement is to Print Multiple Smart Forms on a Single Click without any Popup or Spool Request number generation.Now, in one printer I'm getting multiple printouts on a single click and in other printer i'm not getting it.Kindly find the...

    Labels in this area

    Explore this Area