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
    • 94677 Views
    • 212 Comments
    • 39 Likes

    dump DYNPRO_FIELD_CONVERSION

    conversion error              Screen name.............. "J_1IRUTZN"              Screen number............ 9000              Screen field............. "UTIL1-BAL"              Error text............... "FX015: Sign lost."Error analysisThe program has...

    Resolved! Accepted Solution

    Issue with calling FBL1N using SUBMIT command.

    Hello All ,I am encountering a strange problem while calling FBL1N using submit command in my program.The parameters I need to fill while calling the program are :1. Vendor Code2. Company Code3. Open at key date ( Open items )4. Normal Items (Check B...

    Resolved! Accepted Solution

    Express document "Update was terminated" received from author posting document in f-02

    Hi to all,               We are posting document in f-02 everything goes fine and we are getting the success message and system is generating  one document number. But when we are checking it in tcode  fb03  system showing error message that document...

    Resolved! Accepted Solution

    Searching a dynamic table

    Hi,I have a dynamic table <table> and want to find select all matchings with the value <value>.To better understand something like this.loop at <table> assigning <wa>. " find <value> in <wa>.endloop.if found <value> should have the same type and valu...

    Resolved! Accepted Solution

    Call transaction LM51

    Hello,I have an issue where I'm doing a call transaction LM51 from a custom program.  I've done a BDC recording of LM51 but it doesn't save all of the SU's that I enter, it only saves the first SU.  Does anyone have any suggestions as to if I'm missi...

    Resolved! Accepted Solution

    Enable F8 function ( execute )

    Hi Experts,I am able to disable the F8 function key using the FF code:  gv_ucomm = 'ONLI'.  APPEND gv_ucomm TO gt_ucomm.  CLEAR gv_ucomm.  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'    EXPORTING      p_status        = sy-pfkey*     P_PROGRAM       = ' '...

    Resolved! Accepted Solution

    Continue the Processing even on Error or Warning Message, inside Loop.

    Hi All,I have already a running code, where the input is provided in terms of Work Area.Here a number of FMs and Standard Routines have been invoked based on Work Area content.Now, my requirement is to put the same peice of code inside loop.But the p...

    Resolved! Accepted Solution

    SAP ESS Portal Bank information update problem :- Data record 0000396100090 9999123120120601000 has grouping value "" instead of "40"

    Hi,We had implemented Bank information update facility in ESS Development portal. When we are trying change the Main bank account number it is giving me the error Data record 0000396100090      9999123120120601000 has grouping value "" instead of "40...

    Resolved! Accepted Solution

    Explanations on an abap code

    Hi experts,I found an abap code, i would like to understand it:DATA: checkbox_mark TYPE xfeld.FORM at_call .   IF sy-ucomm EQ 'COM1'.     CASE x_call.       WHEN 'X'.         checkbox_mark = 'S'.       WHEN space.         checkbox_mark = 'D'.     END...

    BAPI for IM42 / IM52

    Hello Gurus,I wanted to distribute budget in Internal Orders using BAPI. In system tcode KO22 is locked through config and only used is IM42/IM52.I used 'BAPI_EXPENDITUREPROGTREE_CHVAL' for distributing amount in all Positions in Budgeting Program. B...

    Double header in ALV

    Hi all.I am trying to do an ALV report with an agroupation of fields. This means that they want to display the ALV header in this format:                                             Group 1                                             Group 2Key_field...

    Resolved! Accepted Solution

    How to divide a string of character from an include program of NEU o/p type

    Hello ABAP'ers,My Query is,The below given Include program is used in the NEU output type of the Purchase Order. We have created a ZNEU Output type with some modification in Purchase Order confirmation Form.include lmedruckf11 .  " READ_HEADER_TEXTTh...

    automatically update stock type field in goods receipt tab in cor1 tab while saving process order

    Deal All,My requirement is fill automatically stock type field in goods receipt tab through enhancement (user exit /Badi's ) while saving process order in COR1 tcode.I checked all user exits and workorder_update  badi also ,but didn't allow me to cha...

    Resolved! Accepted Solution

    Number Range Problem

    I am uploading a file into ztable and i am creating a unique number attach to a file in Ztable using Number Range (SNRO).I have created 2 work areas ...1 for file data and 1 for unique Number. I having problem uploading unique number to the correspon...

    Labels in this area

    Explore this Area