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...

    Resolved! Accepted Solution

    BAPI_PO_CHANGE

    data(lt_temp) = lt_data. LOOP AT lt_temp ASSIGNING FIELD-SYMBOL(<fsl_temp>). ls_poheader-po_number = <fsl_temp>-ebeln. ls_poheaderx-po_number = 'X'. READ TABLE lt_data INTO DATA(ls_data) WITH KEY ebeln = <fsl_temp>-ebeln BI...

    Resolved! Accepted Solution

    Branch/Expander of an ALV tree is showing the details of the first line.

    Hi all, this is for the first time I am creating an ALV tree. I am using CL_SALV_TREE. The problem I am facing is, not all the records (leaves) under the branch contains the similar records. For example in the screen shot Flight number 0017 contain...

    Resolved! Accepted Solution

    ST22 CONVT_CODEPAGE

    In my program i have: OPEN DATASET s_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE. When I try and transfer to this file i get the following dump: When converting a text from code page '4102' to code page '1100', either - characters are ...

    Facet Copy - Fiori

    Hi Experts, In HTML, we can copy facets and paste in the relevant screens. E.g., Tickets facet from Tickets tab of an account can be copied and pasted in Overview tab of the account. As described in the below doc: https://answers.sap.com/question...

    peednask by Explorer
    • 978 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    not able to get all GL related documents number in output..!!! thanks advance

    *&---------------------------------------------------------------------* *& Report Z_FI_GLACC *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT ...

    Resolved! Accepted Solution

    Sale Order IDoc status is 53 but Sale Document is not generated

    Hello Gurus, We are upgraded to S4HANA 1909, in this we are using SD_SALESDOCUMENT_CREATE to create the Sale Order via IDoc. In Previous version everything was working fine even in 1909 version too. But the thing is in 1909 IDoc is successfully g...

    Resolved! Accepted Solution

    in alv report output i am getting only 8 digits but in table there are 10 digits..!!

    in alv report output i am getting only 8 digits but in table there are more digits..!! how to get output exactly in table.. *&---------------------------------------------------------------------* *& Report Z_FI_GLACC *&------------------------------...

    Resolved! Accepted Solution

    Purshase req- BAPI

    pr.txtHi Guys, I am new to BAPI , I have created an PR using 'BAPI_PR_CREATE', but i got an runtime error ." In FM you can spectific only fields of spectific length and under PR header Please help me on this issue.. I have pasted my piece of ...

    divsmart by Participant
    • 1935 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Parallel Processing error maximum no of sessions reached

    Hi, I implemented parallel processing using aRFC but getting an error – “Maximum no of internal sessions reached” when the user executes for the first time after login. Any subsequent executions work fine with no error until users exist and re-exec...

    Resolved! Accepted Solution

    How to disable print option from generated PDF in smartform ?

    Hi all, Good day. Can anyone help me in disabling the print option from generated PDF output of Smartform? I don't want any option of printing function. So needed to make it disable. Also please suggest me if I can generate the smartform in backgro...

    Resolved! Accepted Solution

    How to fire event in alv

    Hello i'm using cl_salv_table to create my alv with hotspot so how can i fire an event when i clic on one hotspot? This is my code and is working fine: include zvim_monitor2_top. "INCLUDE ZVIM_MONITOR2_scr. selection-screen begin of block a wit...

    naotoxxx by Participant
    • 2518 Views
    • 5 Comments
    • 0 Likes
    Labels in this area

    Explore this Area