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

    Local Packages $TMP

    Dear All,I am having an issue with a $TMP Package which I used when I was testing something in the "sandpit" area in the development Environment.As I understood it, if i created something in the sandpit and saved the objects locally they would remain...

    how to trace a idoc

    Hi Experts,Can i trace a idoc in SAP.In the current scenario,idoc file is created when so ever invoice is generated in sap and then it is saved at a destination folder.Is there any way by which i can check which Idoc has been created for a particular...

    Resolved! Accepted Solution

    Call BDC in User Exit?

    Hi,Is it possible to call BDC in User Exits? Requirement is to update cusotmer master using by CALL TRANSACTION that called from a user exit.How to know the user exit name, If I already know the function module name and include name?Ex: Include - ZXV...

    Resolved! Accepted Solution

    dump while posting PM/IH-ORDER with CMOH_ORDER_POST the second time

    Hi!I am using CMOH_ORDER_CREATE and CMOH_ORDER_POST for PM/IH-orders. call function 'CMOH_ORDER_CREATE' [...] call function 'CMOH_ORDER_POST' [...] 1)The first time all is fine. I got an order number and I can read the saved order.2) The second time,...

    Resolved! Accepted Solution

    VIEW_MAINTENANCE_CALL

    Hi,I want to copy SM30 and use that functionality in my abap program. I know the function "VIEW_MAINTENANCE_CALL" has the functionality of SM30. Now my requirement is whenever any entry is modified / deleted / inserted in table through "VIEW_MAINTEN...

    Resolved! Accepted Solution

    How to validate the table entries without zprogam

    Hi Guru's I'm having a table in that table have 4 fields ie pernr, name, date and time. if entered the pernr nand name the remaining 2 fields is automatically populated in SM30. i added one include in the function group.Thanks & Regards,Va...

    MB11 BDC

    Hi, I had done BDC recording for transaction MB11. It is working fine but I am not able to capture success message when the material document got posted. The message table showing no entries. The message table capturing only error messages. How ca...

    Resolved! Accepted Solution

    New Index for Table LTAP

    Hi guys - I am planning to create a new table index on table LTAP with fields VLPLA and NLENR without other fields. This is to imporve the performance for a program. My questions is - Is this the right approach?Do we need to restart the system after ...

    Resolved! Accepted Solution

    DUMP error

    Hi All,I've a Z program which is giving short dump.this program is being used from past 5 years. no errors upto now.But now the program is givin short dump error.Plz find the error analysis below.-Error analysis- An arithmetic operation in the curren...

    Resolved! Accepted Solution

    Idoc - problem of language

    Hi all,I configured an ALE betwenn 2 SAP systems.I received some idocs in oder to import phrase in the target system.When I proccess the idoc i have the following error message: "Cannot create phrase text in source language" and the second one is "Ph...

    Resolved! Accepted Solution

    Issue in if Statement

    Dear gurusim having a problem in if statementproblem is that we have SAP ID on which we do multiple logins. i have made an applicationand written below code in that application. IF user-bname EQ 'MLABTPFL'. IF p_name EQ 'AK' AND p_pass EQ 'A...

    Miro Enhancement

    Hi All,I have a requirment that on creation of MIRO invoice when the document type is given (INVFO-BLART) it should automatically update the Payment Method(INVFO-ZLSCH) and Partnet bank Type (INVFO-VBTYP) on any event(ie ENTER etc)and there are some...

    Resolved! Accepted Solution

    Dynamic Select Statement

    HI al,I have a problem with my dynamic select statement here.DATA lt_custom_rpt TYPE STANDARD TABLE OF yxapy_custom_rpt.DATA a_name TYPE char40.DATA lv_cond type char40.CONSTANTS lv_mark TYPE c VALUE 'X'.a_name = 'reporting'. CONCA...

    Labels in this area