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

    Badi's

    Hi friends,I have some minor theoritical cum practical oriented questions in Badi's.Could any one please help me in resolving the queries.1. What is the use of Multiple check box in Badi definition. If multiple check box is not checked can we create ...

    Resolved! Accepted Solution

    TAB delimetted file

    hi i am using below concatenate statement in ecc 6.0to output in btab delimited file but gettign 9 character afere each field in the output file pls suggest i think some class needs to be usedplease suggest the code for the sameCONCATENATE WA_VAL_...

    Resolved! Accepted Solution

    Trigger condition for IDOC

    Hi,I have trigger condition for IDOCAll materials where:"Finished Goods" Technical Names MARA-MTART = "Z001", and the Plants are "Granollers" MARC-WERKS="ES11", MARC-WERKS="ES12", goods that are "ready" or "ready for manufacturing", MARC-MMSTA = "02...

    Resolved! Accepted Solution

    Modify Method in Class

    Hi All,In Txn SE24, we entered CL_OIURV01_RD_DRIVER to modify it. In "Attributes" tab we can edit many attributes but few are disabled and cannot be modified. We need to modify attribute "RD_BOOKINGS" but the Modify Button is disabled. Any suggestion...

    Resolved! Accepted Solution

    Difference between Cluster table and INDX-type table

    Dear Friends,I've read a lot about table Clusters and INDX-type tables (databases), like table PCL1, PCL2 .... Both are used to store data clusters , but I am trying to uderstand why first one is defined as cluster table type in Dictionary, whereas t...

    Resolved! Accepted Solution

    'DO VARYING' operator

    Hello, I have a problem with 'DO' operator. I am using expression in my program: DATA old_pernr LIKE p9090-OLD_PERNR01. DATA datp LIKE p9090-DATP01. DO 50 TIMES VARYING old_pernr FROM it9090_old-OLD_PERNR01 NEXT it9090_old-OLD_PERNR02 ...

    Resolved! Accepted Solution

    pass parameter

    Dear All,I am trying to pass paramter to a transaction but this call doesn't work. SET PARAMETER ID 'XXX' FIELD XXX-value. CALL TRANSACTION 'ME59N' AND SKIP FIRST SCREEN.Pls note ME59N is a reportDo have an idea what...

    Resolved! Accepted Solution

    lINK BETWEEN AFKO AND AFVC

    Hi, How to link afko with afvc, i know the common field is AUFPL, but AFVC is table for operation, so how to choose exact row from multiple row. My coding is as followsSELECT * into corresponding fields of table itab1 FROM afko as aINNER JOIN afvc as...

    Resolved! Accepted Solution

    Module pool ---Problem in finding the line index for the table control

    Hi Friends,I am working in Module pool programming. My requirement is when i select any record on the lead selection I need to find out the index of the line on which row i have selected. Could any one please suggest me the proper solution how to ge...

    Resolved! Accepted Solution

    Reg:Select Query

    Dear All, Here i came across a peculiar problem in SELECT query my query looks like belowDATA: WA_EBAN1 TYPE EBAN.DATA: I_EBAN TYPE TABLE OF EBAN.SELECT * FROM EBAN INTO TABLE I_EBAN WHERE BANFN = WA_EBAN-BANFN AND BNFPO NE ''. In wa_eban-banf i ...

    Resolved! Accepted Solution

    SAP OCX control

    HiI have some in-house applications which is developed on Oracle Developer 6i. I want to connect my applications from SAP ERP and while doing so I am using the OCX control.I have generated the code and now able to establish the connection with the SA...

    Labels in this area

    Explore this Area