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

    Enhancement to change attribute of screen field on CO02

    Hi Experts,I have a requirement from my client. In tcode CO02 in General tab the Total Qty field (screen field- CAUFVD-GAMNG) should be in non-editable mode. Is there any exit which can solve the mentioned issue? Please let me know . Thanks in advanc...

    Resolved! Accepted Solution

    RegEx in ABAP

    Hi,I would like to parse the filename, which comes as string, e.g. «filename.ext», and separate this string to 2 variables — filename and extension.The length of filename is not limited and can contain dots («.») in filename not only before extension...

    mikeb by Contributor
    • 3345 Views
    • 9 Comments
    • 0 Likes
    Resolved! Accepted Solution

    insert data from internal tables into structure table.

         Hi good day,  i have a question about report,  I have 2 structure table,  so these have differents fields and information,  i need to get the information and save it into new structure table.   How can i do it?  I .I already created the structur...

    Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary types, not "LIKE" or "STRUCTURE".

    Hi i have declared internal table as below..TYPES : BEGIN OF TY_E1MTXLM.         INCLUDE STRUCTURE E1MTXLM. TYPES : SEGNUM TYPE IDOCDSGNUM. TYPES : END OF TY_E1MTXLM. DATA : IT_E1MTXLM TYPE TABLE OF TY_E1MTXLM,        WA_E1MTXLM LIKE LINE OF IT_E1MTX...

    Screen Enhancement

    Hi Everyone,I have a Qn related to Screens.I am having a screen(not Selection Screen).When i select a dropdown field in that scree, i need to populate some other fields automatically with default valuess.Please throw some light to acheive this functi...

    Resolved! Accepted Solution

    How can i check that whether variable is INITIAL or not?

    HelloBecause of some reason, i am moving the value, numeric fields into a local CHAR my_char_var in my report, as belowDATA: my_CHAR_var TYPE string.MOVE:my_value_type_DEC_2    TO my_CHAR_var,   "example value 0.00my_value_type_DEC_3    TO my_CHAR_va...

    FBL3N line item data will be fetched from the Table : BSEG but there is no data related to payment method & clearing doc. no.

    FBL3N line item data will be fetched from the Table : BSEG FI line items.  There is no data related to payment method and clearing document captured against bank GL account line item for the Doc no : 2000101266  FY: 2012 Payment method and clearing d...

    Resolved! Accepted Solution

    Freight Value reset when updated using BAPI_CUSTOMERCONTRACT_CHANGE

    Hi,When I'm updating the contract using BAPI_CUSTOMERCONTRACT_CHANGE the freight rate value is getting reset.I have done some analysis and following are my findings:We are using a BAPI 'BAPI_CONTRACT_CREATEFROMDATA' to create a contract from Portal.T...

    Labels in this area

    Explore this Area