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

    While Creating Invoice it says "Delivery is being processed"? Even no logs in SM12

    Hello All,For some Process i have to auto create Sale Order(SO) Delivery (DEL) PGI (pgi) and Invoice(INV) through some program.It seems to work fine but at times i have seen SO ODB is done but PGI and INV not done because in return table of Bapi(Invo...

    Resolved! Accepted Solution

    Field added in internal table of standard include are ignored at runtime

    The SAP standard include LVFRRTOP contains global data being used by Transactions such as vf46 and vf44. Some of the internal tables declared there have been modified by SAP to add new fields using Enhancement Spots. During the execution of some SAP ...

    Resolved! Accepted Solution

    Pass variable From ALV to Select Screen / Just parameter to select screen works

    So i did an ALV where my matnr should be passed to my Select Screen into the Select-Options.I can pass the value from the alv with this Code to my selection screen. ELSEIF pv_ucomm EQ gc_history. READ TABLE gt_list INTO sel_row INDEX ps_selfield-ta...

    Resolved! Accepted Solution

    Conection Error NIEHOST_UNKNOWN(-2) using cl_http_client=>create_by_url .

    Hi community.I am creating a program to receiva data from rest link.I have been following sdn Tutorials but i get error:Connect to (name my host).com.br:80 failed: NIEHOST_UNKNOWN(-2).I found some people in sdn with same error and i follow yours inst...

    Resolved! Accepted Solution

    question on the goods receipt doc and scheduling agreement line no

    Hi ,I am placing an date check in MIGO, with input as PO number . EKBE is the table for goods receipt documnent and the PO no . my question is how to link the scheduling agreemnet no and which table holds these details. can a PO have multiple schedul...

    Resolved! Accepted Solution

    How Unit Test works on Open SQL?

    Hi experts, Say I want a DB handler class as below, in which method is pure Open SQL statement.CLASS lcl_mara_db_handler IMPLEMETATION.METHOD update_mara. MODIFY mara FROM is_mara.ENDMETHOD.METHOD insert_mara. INSERT.........ENDMETHOD........ENDCLA...

    ArcherZhang by Product and Topic Expert
    • 3869 Views
    • 15 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Set a Break-point at particular word in Z program programatically.

    Hello Everyone,I have a requirement to set break-point in zprogram at a particular FM or keyword (say "REUSE_ALV_GRID_DISPLAY" in "ZANY_PROGRAM" program) programatically.I am aware of below code to set breakpoint in any program at particular line nu...

    Labels in this area

    Explore this Area