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

    Are the books ABAP to the Future and OOP with ABAP Objects still relevant?

    Hi I am a beginner and I already bought Complete ABAP, Kiran Bandari. I am thinking of buying the below 2 books. ABAP to the Future, Paul Hardy && Object Orient Programming with ABAP Objects, James Wood and Joe Rupert. Since these books are ...

    Resolved! Accepted Solution

    Move zip files from application server to presentation server in the background

    I am working on solution to move zip file from application server to presentation server in batch job. Since CL_GUI_FRONTEND_SERVICES will not work in background, I am using OPEN DATASET. Here is my code and debug screenshot. You can see all the v...

    Resolved! Accepted Solution

    Suppress download dialog

    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG EXPORTING * window_title = ' ' DEFAULT_EXTENSION = LV_FORMAT DEFAULT_FILE_NAME = LV_FILENAME INITIAL_DIRECTORY = LV_PATH CHANGING FILENAME = LV_FILENAME PATH = LV_PATH FULLPATH = LV_PA...

    Resolved! Accepted Solution

    Changing date during loop

    Hello, I am trying to change a date into the desired format 12.12.2012. LOOP AT DATATAB INTO LS_DATATAB . CONCATENATE LS_DATATAB-P0016_EINDT+6(2) LS_DATATAB-P0016_EINDT+4(2) LS_DATATAB-P0016_EINDT(4) INTO DATA(LV_DATE3) SEPARATED BY '.'. LS_DAT...

    STO for VC Material, depended requirement for semi finished material can not indival calculation

    SO for vc material, MRP run , the result is correct, 捕获2.pngbut for STO for VC material, MRP run,the result is not correct, 捕获.png depended requirement for semi finished material can not indival calculation. please see the detail from attchem...

    Resolved! Accepted Solution

    I am getting wrong parameter type error . I don't know why this error is coming.

    Hi Experts, For following program I am getting following error: During a dynamic call of method "METH" of class "MAIN", parameter "H1" was passed with the wrong parameter type. Please help me why I am getting this error. ...

    Resolved! Accepted Solution

    Screen Painter Version

    Friends, Using SAP CAL solution I've installed on Google Cloud the SAP NetWeaver AS ABAP 7.51 SP02 on ASE and I realized that the Screen Painter isn't a Graphical Version as the one I used in my ABAP Academy.Can someone tell me what's wrong? Am I u...

    Resolved! Accepted Solution

    Query Generator Help please

    I would like to run a query that I can specify a date range of sales orders and specify a min profit percentage. for example 1.9.18 to 25.10.18 %7 (THIS NUMBER CAN CHANGE) this will show any sales orders with individual lines or products that ...

    chrisvff by Explorer
    • 967 Views
    • 2 Comments
    • 0 Likes
    Labels in this area

    Explore this Area