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

    Formula...!!!!

    GS_FINAL-OR2 = ( ( ( LIS_TY_QALS_QAPP-OR2 * GS_FINAL-TON ) + ( GS_ONE-OR2 * GS_ONE-C_TON ) ) / V_DIVIDE ).GS_FINAL-OR9 = ( ( GS_FINAL-OR8 * 100 ) / ( ( 2.8 * GS_FINAL-OR5 )+ ( 1.2 * GS_FINAL-OR6 ) + ( 0.65 * GS_FINAL-OR7 ) ) ).The 1st formula is wo...

    Resolved! Accepted Solution

    Bapi-Function Module

    Hi all, I am using function Module i.e.,'BAPI_ACC_DOCUMENT_POST' to upload the data for F-02.After posting it sucessfully i am getting a message,my problem is i need to do modifications in this message.Can anybody tell me how to modify this message o...

    Resolved! Accepted Solution

    Screen exit problem

    Hi all,I am able to found the screen exit for MIRO transaction and it is in the Enhancement LMR1M00, when i double click on that screen exist it is creating the screen number 400. But my problem is Background program for MIRO is RFUMSV00 and the scre...

    package

    Hello Guru , I want to assign set parameter and get parameter in global variable , I have written the code but system is not transferring the one selection option ( from one field ) to other selection option ( in other program selection...

    Resolved! Accepted Solution

    Function Modules

    Hi,What r the function modules to be used to save the pdf file stored in application server directory to desktop.I think I can't use Gui_download.Using open dataset for input , I could display the output in the zunk character form , but I need the pd...

    Resolved! Accepted Solution

    Vendor invoice posting

    Hi All,While posting the invoice through the transaction F-43(Direct posting) if the reference number is matching with the previous document (i.e. already posted) then it is not allowing me to post another document by throwing error message. Now my r...

    Resolved! Accepted Solution

    Form printing

    Hi, I have saved pdf file in application server directory. Now I am reading it and displaying on desktop.For this I did as below. open dataset p_file1 for input in text mode encoding default. if sy-subrc eq 0. do. read dataset p_file1 into ...

    delivery order

    Hi All, i am creating a sto order through me27,but not able get that sto order in transaction vl10b(for delivery creation) to create delivery order.so please tell me what are the changes have to do in spro to get sto order in vl10b .

    Resolved! Accepted Solution

    Logic

    Hi allI have a requirement such that the user has to enter only the multiples of 10....like 10,20,30,40,50...If he enters 1,2,3,5,6, or anything that is not a multiple of 10.I need to give a error message.I wud be happy if u can write logic below.Ple...

    Resolved! Accepted Solution

    Logic

    Hi allI have a requirement such that the user has to enter only the multiples of 10....like 10,20,30,40,50...If he enters 1,2,3,5,6, or anything that is not a multiple of 10.I need to give a error message.I wud be happy if u can write logic below.Ple...

    Resolved! Accepted Solution

    extracting tdname and its routing longtext into a report

    Currently I am working on a program which needs to show a report with tdname and its corresponding long text.For that 1.fetched the data w.r.t the client using function moduleclientcopy_select_textid_plan2.then extracting the PLNNR from tdname using ...

    kiran_k8 by Active Contributor
    • 2962 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Problem in ALV

    Hi Guys, I have a small problem in ALV.For my report output I have used ALV.I used two function modules 1) REUSE_ALV_FIELDCATALOG_MERGE2) REUSE_ALV_GRID_DISPLAYMy output every thing is fine.My problem here is when I am pressing Back ...

    Labels in this area

    Explore this Area