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

    fieldcatalog

    HI experts,I'm using the code below. Hi can I set the hotspot to 'X'?CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = v_repid i_internal_tabname = 'I_REPORT' i_inclname = v_repid CHA...

    ABAP Error

    Hi ,I am doing an IDOC to IDOC scenario. Idoc from source system is successfully sent to xi and xi is able to delivery the idoc to the target system. When the idoc is posted to target system the status is 64 ‘IDoc ready to be transferred to applicati...

    Resolved! Accepted Solution

    Popup in ALV

    Hi experts,How can I do that, if I doubleclick on an ALV line it takes us to respective Sales Order document?I tried to manage also the doubleclicking, but it doesn't work.FORM USER_COMMAND USING ucomm selfield TYPE slis_selfield. CASE ucomm. WHE...

    Resolved! Accepted Solution

    JAAS Login module SOAP

    Hi all,I’m developing a new JAAS login module which will use Apache's Axis API to call a remote SOAP server. During the development process, I added the Axis library by using the classic Java Build path=> libraries on Sap Netweaver developer Studio. ...

    Resolved! Accepted Solution

    In BDC, How to record dobule click event in hirarchy tree(QS51)

    Hi guru's,I am working on BDC issues, Now i am doing bdc for QS51 T-code, In this tcode in 2nd screen after entered the data in table control, need to select the row and need to double click the hirarchy tree folder(which is in left side box). After ...

    SRM Authorisations

    Hello Guru'sI am soon to be involved in the build of roles for an implementation of SRM 5.0, I have no experience of SRM transactions, or authorisations and I was wondering if anyone was aware of any documentation relating to this subject.I have been...

    Resolved! Accepted Solution

    Scrollbar in batch input

    Hi experts,I have a batch input program of transaction F871. And I have a problem, I need to insert more than 5 lines in Table control of G/L Acct Items. I try to use BDC_OKCODE = P+ and BDC_OKCODE = P++ but doesn't work. I have SAP ECC 6.0Any sugges...

    Resolved! Accepted Solution

    selection screen to short

    Hi all,When I try to activate report I'm getting error that it's imposible to create screen. It looks like thisSELECTION-SCREEN BEGIN OF BLOCK PARAMETER pa_flo_9 TYPE data_type. SELECTION-SCREEN PUSHBUTTON 70(10) flo_9 USER-COMMAND FLO_9.SELECTION...

    SI_BBKPF

    In ECC 6,the follwoing declaration is working in DEV but not in Quality.DATA: BEGIN OF it_bkpf OCCURS 1. INCLUDE STRUCTURE bbkpf.DATA: END OF it_bkpf.The table is same in both the systems. the error thrown is SI_BBKPF is unknown.What could be ...

    Resolved! Accepted Solution

    About Dump.

    Hi Experts,I am getting the dump while executing the report the dump is "No more storage space available for extending an internal table." Can any one help me? the error occured in the write statement.>>>> Write at sy-colno wf_hours.While writing th...

    Resolved! Accepted Solution

    sub total

    hi! can any one tell me how to find subtotal and total of the field dmeng at change of mtart of the following program.i am writting the code. pl.rewrite the code and send it to meIF NOT ITAB[] IS INITIAL. SORT ITAB BY MTART KUNNR. LOOP AT I...

    Resolved! Accepted Solution

    Can any one help!

    i want to create an interactive report where i select records from basic list by selecting chekboxes and clicking on a button created i will get the detailed list.please give the syntax for checking that checkbox.....here is my code but its giving er...

    Labels in this area

    Explore this Area