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

    ABAP: Smartform exception handling

    Dear Abap Experts ,How can I handle exception  while calling the smartform and when incorrect parameters are sent to the smartfom.I have used following code but problem not resolved.             EXCEPTIONS           formatting_error     = 1          ...

    Resolved! Accepted Solution

    SPLIT command not working

    Hi Experts,I am uploading a note pad file separated with tab to application server using CG3Z.Please find the screen shot of CG3Z from attachment.But while using :TYPES : BEGIN OF tys_strc,   bp_num(10) TYPE c,   reltyp(6) TYPE c,   partner2(10)  TYP...

    Resolved! Accepted Solution

    F4 Help- Disable/ Suppress 'Display All Values" icon from drop down list

    Hello All,We are having a requirement to suppress or disable 'Display all values' icon from drop down list for certain users only.We want user should be able to see only the values stored in their personal list.Any parameter ID for it?RegardsManoj P.

    Resolved! Accepted Solution

    how to disable gui security pop-up of gui download function.

    please help regarding this issue.how should I avoid the security pop-up when this function module is called??CALL FUNCTION 'GUI_DOWNLOAD'     EXPORTING       FILENAME                = LV_FILE       FILETYPE                = 'ASC'       WRITE_FIELD_SE...

    SAP Smartforms

    Dear All,I have created a smartform. In that there are two pages. First page should be portrait format and second page should be landscape format.Both pages having internal table and it contain multiple records.The problem is, if page one have more r...

    Resolved! Accepted Solution

    Sq02

    Hi ,I have coding in Additional field i have created in Sq02 .Additinal field  PAid on ...Type cand coding is belowdata: t_augdt like bsak-augdt,if t_augbl =''. Else.   payment = t_augdt. endif. Now when I run report date come YYYYMMDD .When I chang...

    Resolved! Accepted Solution

    Contract(ME31K) taking too long to save.(RFQ has 4000+ items)

    Hello Experts,I am creating contract with ref. to RFQ and its taking 30 mins while saving the transaction(ME31K)I could see below the response time. Response time          2150849 ms Wait for work process          0 ms Processing time          210094...

    Z code for F-02

    Hi All,I want to have a new field created in F-02 besides the account number and posting key and while simulate I can have an option to change the value in this z filed.As per my understanding it is not advisable to create Z field in standard F-02 co...

    time field content

    Hi friends.I have the following doubt about a screen field with time format (CI_FLEET-time type sy-uzeit).It only happens in field content in a screen exit in XTOB function group to IE01/IE02 transactions.We have a time field added in a new custom sc...

    glauco by Active Contributor
    • 718 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Time exectuion of a selection

    Hi ,My request is to calculate excution time of a select, my code is :t1 = sy-uzeit.   SELECT * FROM (s_table) INTO      TABLE <dyn_table>.*  WAIT UP TO 2 SECONDS.  t2 = sy-uzeit . seconds = t2 - t1.     ds_zzberesu-duration_se = seconds.   APPEND ds...

    Resolved! Accepted Solution

    Split Logic in HR ABAP

    Hi Experts,I need to a code snippet or a sample program which has the split logic functionality.I know that in HR ABAP we have a standard functionality using PROVIDE and ENDPROVIDE which performs the split based on the records in the specific period ...

    thirus11 by Participant
    • 1088 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Expensive select using Inner Join and For all entries

    The below select query is very expensive and taking a huge time to fetch records.SELECT a440~oiu_ct konp~kbetr            oiu_rv_cmcd~ded_rmbrt_am a440~datab                          FROM oiu_rv_cmcd                          INNER JOIN oiu_rv_cmcc   ...

    Labels in this area

    Explore this Area