Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

    Criticality.png

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

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 93121 VIEWS
    • 212 REPLIES
    • 39 Likes

    Resolved! Question reg. 'replace'

    I have an internal table with a record with fields:Text: Change delivery &1 , customer &2 (of type char 73)msgv1: 5678 (of char 50)msgv2: 457890 (of char 50)Now I want to replace &1 with msgv1 and &2 with msgv2 values. I tried the following code: ...

    Goods Movement

    Hi All,I am using BAPI BAPI_GOODMVT_CREAT to post PO.this is a snapshot - ITAB-MOVE_TYPE = '101'. ITAB-MVT_IND = 'B'. ITAB-PLANT = WA_FINAL-WERKS. ITAB-MATERIAL = WA_FINAL-MATNR. ITAB-ENTRY_QNT = WA_FINAL-MENGE. ...

    amit_khare by Active Contributor
    • 468 VIEWS
    • 3 REPLIES
    • 0 Likes

    Resolved! derivve fiscal year

    helloi have a field called BUDAT (posting date) and i need to derive the fiscal year from this date. Can you help me. I am not very familiar with abap so please help me write the code for it. I found a FM called GM_GET_FISCAL_YEAR but i am not sure h...

    Resolved! Select Table ?

    arch_date-high = sy-datum - 730 . arch_date-sign = 'E'. arch_date-option = 'BT'. append arch_date. select vbeln posnr vbtyp auart kunnr bstnk bstdk vkorg vtweg vkbur meins abrvw matnr pstyv werks abgru vkaus prctr netpr netwr waer...

    Reg. PO Change Orders

    Hi,I need to display the changes made to PO at Header & item Level. I need to display PO Created ID, Changed ID(ERNAM), Change Order amount (DIFWR),PO created date,Version, Reason & Change order data based on input. Input:1. Select options : PO No , ...

    COMMIT Work

    Hello All,I have a simple code:<i><CODE>data: begin of itab occurs0, f1 like table-f1, f2 like table-f2, f3 like table-f3, f4 like table-f4, end of itab.SELECT F1 F2 F3 F4 FROM TABLE INTO itabwhere clause.COMMIT WORK. <----...

    Convert Spool to PDF

    Hi All, wanted to convert list spool job to pdf format using any standard program. I have tried to convert spool # with standard program RSTXPDFT4, but unable to see the whole spool list in pdf. I want to fetch this using standard program only. Tha...

    Resolved! database query

    hi i have an internal table...itabf1***f2*****f3*****f4***f5********f6***totalcost1 ***218.02*312.03*0.00*110.00*****R***2**** 109.01**416.04*0.00*110.00*****R*** 3**** 109.01**416.04*0.00*110.00*****u*** 4**** 19.01***46.04*0.00**110.00*****R*** 5**...

    HR_HOURS_MINUS_BREAKS

    Hi Has anyone used the FM HR_HOURS_MINUS_BREAKS?I would like to calculate the number of hours a person has worked in a day - the total breaks.i.e (09:00 to 17:00) - (13:00 to 14:00)I have been trying to use the FM's SD_DATETIME_DIFFERENCE and SD_CAL...

    Resolved! ABAP Code - Urgent

    Hi All,This code is not working properly. Say, after first pass through the loop, l_bukrs has value '100', the second pass throught he loop is again taking '100' without going to the next value of l_bukrs. LOOP AT I_T_DATA.... clear: l_salesorg,...

    Search Help

    Dear Guys I have two different fields in a table. User needs a search help which show the concatenate from of those fields on screen so that when user choose the field from search help it will be concatenating form of those two fields. Or if its not...

    questions

    1 for creating external programs from sap scripts what program structure type must be used?2.which processor control flow logic of online programs?3.in sap r/3 which processer allocates resorses to application server?

    Labels in this area