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
    Resolved! Accepted Solution

    Help SMARTFORMS creating multiple pages with different material records

    Hi Abapers, I have a new requirement where I need to print a form depending on the number of inputted records, example:input 10 records to be retrieved from table MAKT..displaying matnr and maktxoutput should be:Page 1.           1          Coke ligh...

    Resolved! Accepted Solution

    Is there a solution to run background job between a specified time?

    Hi All,There is a requirement to start a job to send emails to the client at specific time range. The example would be that the mails need to be sent from 7 AM to 8 PM daily every 20 minutes but not after the above time period. Could suggest a suitab...

    Resolved! Accepted Solution

    Error while executing webservice after SAP support pack upgrade to SPS-13

    Hi .We have webservice created and hosted in Middleware (XI) calling the RFC of SAP HR system . We recently upgraded the SAP HR system totwo support pack levels. when we are calling exisitng RFC's thru webservice call which is hosted in XI system.. i...

    Resolved! Accepted Solution

    get string from variable within program

    Hi Experts,I want to get string stored in a variable within programsceneriodata: v_cmd(200) type c.V_CMD = 'INSERT INTO AFRU1 (AUFNR,BUDAT,ERSDA,LMNGA,SMENG) VALUES (:<DYN_WA>-AUFNR,:<DYN_WA>-BUDAT,:                                                   ...

    Resolved! Accepted Solution

    BAPI_REQUISITION_CHANGE importing table value converted to upper case

    Hi Experts,I am facing a strange issue with BAPI_REQUISITION_CHANGE.The field requisition_items_old-short_text is converted to upper case when calling the BAPI due to this error W058 is raised.BAPI_REQUISITION_CHANGE:Main Program SAPLMEWQSource code ...

    Resolved! Accepted Solution

    Where these KONV recs are built & inserted to KONV?

    HelloOverview of issue: The KONV-KINAK is not populating with 'X' (Inactive via formulae of incorrect)Details: We are IS-OIL, we create the shipping cost docs - SCDs (and there by KONV entries) by executing the O4L6 (underlying prog. is ROIGTRSL) tx....

    Resolved! Accepted Solution

    SAP nested T code

    Hi,I have a T code tc1, and I got two different programs as below:a. SE93 - > tc1, then found another T code tc2 related to it. So SE93 -> tc2, found a program p1 associated with tc2.b. tc1 -> System -> Status, then found a program p2 associated with...

    Resolved! Accepted Solution

    f4_field_on_value-request

    Hi,i used call function 'f4_field_on_value_request' on  following program. TYPES: BEGIN OF ty_final,       matnr TYPE marc-werks,        END OF ty_final. DATA:it_final TYPE TABLE OF ty_final WITH HEADER LINE,            wa_final TYPE ty_final.DATA: i...

    Resolved! Accepted Solution

    push buttons created in ALV are not functioning. help me out

    REPORT  ZPUSHBUTTON. TYPES : BEGIN OF TY_VBAK,         VBELN TYPE VBELN,         ERDAT TYPE ERDAT,         ERNAM TYPE ERNAM,END OF TY_VBAK.DATA : IT_VBAK TYPE STANDARD TABLE OF TY_VBAK,WA_VBAK TYPE TY_VBAK.SELECTION-SCREEN BEGIN OF SCREEN 200.SELECT-...

    BDC for VA01

    Hi Group,For one of my requirement I am using BDC for VA01 transaction, Main recoding contains below sections:1. Header in2. Go to -> Header -> Text2. Item (Material and quantity)3. Go to --> Item->Additional Data A4.Go to --> Item--> Order data5.Go ...

    Labels in this area

    Explore this Area