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
    • 94673 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    TABLE_INVALID_INDEX dump

    Hi Guys please help I'm receiving this dump in the system. what step should I do next? thanksWhat happened?    Error in the ABAP Application Program    The current ABAP program "GP4ST3WOGYV85ZHWKH00G33FYP4" had to     because it has    come across a ...

    Resolved! Accepted Solution

    Select Option values compatibility issue

    Select Option values compatibility issueI'm new to object oriented program in ABAP and having some compatibility issues. I’m getting some values from user via selection screen as Select-Option. But when I try to pass these select-option variables to ...

    Resolved! Accepted Solution

    How to get string value, system is Production environment

    HelloI have a custom table (say, my_table), where in couple of fields are strings type(say, my_string_fld). When i open this in SE16, I am not seeing the full data of that string my_string_fld value, pls. let me know how to get this complete value of...

    Resolved! Accepted Solution

    Help on F110 idoc

    Hi,When a Proposal run F110 is triggered for a particular vendor, I need to send an outbound idoc.I would receive an inbound idoc with details like baseline date and discount details, with which the document has to be posted.Can any of you please sug...

    AD authentication using LDAP & role of SAP username character length restriction in the overall scenario

    We are in the middle of SAP ECC6 EHP5 implementation; our implementer now came up and said that SAP does not support more than 12 characters as user name. Our plans were to use LDAP and authenticate our users from MS AD. But this is pushing us to red...

    Resolved! Accepted Solution

    combined loop

    hi,how to combined these two loop which gives the same values.LOOP AT IBSAKN INTO WBSAKN.SELECT SINGLE AWKEY INTO W_AWKEY FROM BKPF                                 WHERE BELNR = WBSAKN-BELNR                                 AND GJAHR = WBSAKN-GJAHR   ...

    Resolved! Accepted Solution

    Need Internal table logic

    Hi,I have 2 columns in a internal table as below  ..can anyone suggest a logic which gives good performance as the entries in the internal table are huge.Col1     Col222          XYZ22          XYZ22          XYZ23          YTR23          YTR24      ...

    Batch Input Error

    Dear Experts,I have deactivated S_TABU_DIS  from one users role.After that when he was trying to upload some sales data in SAP via Batch Input using some Z program his job was getting failed in sm37.When i checked in SU53 i got observation as S_BDC_M...

    Missing spool pages

    REPORT  yspool_display LINE-COUNT 80.PARAMETERS : a2 TYPE i. "dummy parameterDATA : n TYPE i.DATA : listid TYPE tbtcpv-listident.START-OF-SELECTION.  DO 350 TIMES.    n = sy-index.    IF n BETWEEN 3 AND 350.      WRITE : /  n.      ROLLBACK WORK.    ...

    Resolved! Accepted Solution

    passing message

    Hello,Kindly help me.i want the message :for exampleMESSAGE E118 WITH POMAT-MTART to be passed to a field in an iternal table.for example:TYPES:BEGIN OF ty_error,       error(150) TYPE C,       END OF ty_error. DATA :it_error TYPE TABLE OF ty_error,...

    OSS note question

    Goodmorning,Is it allowed (best practice) to implemented notes into your SAP system which are packed two or more SP higher then your current system.So for example when a software component is at SP4 and you want to implement notes from SP6 or higher....

    Resolved! Accepted Solution

    F4 help values in table control. Transaction CAT2, additional field structure

    Hi gurus,I am having a terrible time with a problem. I have to add a field to transaction CAT2 and that field has to have a data-dependent search help, I am not quite familiar with search helps and I can't figure why it's not working.I have added a n...

    Resolved! Accepted Solution

    Finding tables and fields where i can view actual balances from g/l balances report Faglb03

    Hello Consultants: Need your guidance, I have financials KPI's for BOBJ for which i have to give table name and field name, take e.g. debt/equity ratio, what should be right procedure to approach my KPI's. As unfortunately most of the time when i am ...

    Resolved! Accepted Solution

    How to Upload an excel file, then delete header?

    Hi all,          Okay, so im trying to upload an excel file, i want to delete or disregard the header so the only thing that uploads is the data itself.          Sample of my excel file.    Customer number (Sold to)Validity start date of the conditio...

    Labels in this area

    Explore this Area