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

    Hi experts,

    My object is about Module Pool in ABAP. I am a beginner in this. My object is to design a layout on a screen and display as a table (display should be shown as below)  Header 1Header 2Header 3Header 4Header 5Header 6Header 7City(ort01)editable (matnr...

    FM GFW_PRES_SHOW

    Dear Gurus.Greetings !!!.I have developed a module pool program with table control to display the data in the grid.Then I created a puch-button with labled "GRAPH".when i click on this button the graph is displayed using the subject FM.I want to set ...

    Resolved! Accepted Solution

    Problem while appending

    Hi,In the below code I appended 2 lines to with_item. I want to fetch all the columns of with_item for bsik.Attached is for ur reference. LOOP AT it_with_item.      READ TABLE it_bsik WITH KEY bukrs = it_with_item-bukrs belnr = it_with_item-belnr.   ...

    Is there a easy way of combining the data from multiple EarlyWatch Alert (EWA) reports (Security section) for metrics reporting?

    HiWe plan to consolidate EWA (Early Watch Alert) reports from multiple SAP systems (100+) to achieve baseline SAP security metrics across the global landscape. The reports generally come out in Word or pdf format.Is there a better way to tap into the...

    Restricting the drop down value for Customer group1(KVGR1) in SO depending upon the specific Sales org

    Hi Gurus,I want to restrict the drop down values which is appearing now in VA01/VA02 in Additional data A tab.(Shown below : field Courier service) depending upon specific sales orgNow the problem i am facing is that, i am not able to attach the sear...

    Resolved! Accepted Solution

    Initialization event flow

    Hi Experts,I was just practicing and came to know that:PARAMETERS P_MATNR TYPE MATNR DEFAULT 'A112233'. INITIALIZATION. WRITE 'INITIALIZATION'. START-OF-SELECTION. WRITE 'START OF SELECTION'. END-OF-SELECTION. WRITE: 'END OF SELECTION'.does not wr...

    Resolved! Accepted Solution

    Deleting table entries results in "ORA-00054: resource busy and acquire with NOWAIT specified or timeout".

    Hi Geeks,I am trying to delete entries from Z table through SE14 tcode (DB utilities). Getting the following  error,"ORA-00054: resource busy and acquire with NOWAIT specified or timeout".Also tried program statements to delete but gets a "RUN TIME E...

    BAPI for ME21n

    Hii Experts, DATA: poheader LIKE bapimepoheader,       poheaderx LIKE bapimepoheaderx,       poitem LIKE bapimepoitem OCCURS 0 WITH HEADER LINE,       poitemx LIKE bapimepoitemx OCCURS 0 WITH HEADER LINE,       return LIKE bapiret2 OCCURS 0 WITH HEAD...

    Resolved! Accepted Solution

    use class VMD_EI_API to create vendor

    dear abapers,i use calss VMD_EI_API to create vendor,codes:    CALL METHOD VMD_EI_API=>MAINTAIN_DIRECT_INPUT    EXPORTING*    IV_TEST_RUN              = SPACE*    IV_COLLECT_MESSAGES      = SPACE      IS_MASTER_DATA          = IS_MASTER_DATA  IMPORTI...

    Resolved! Accepted Solution

    Unable to stop the deletion of depreciation areas in AS02 t-code.

    Hi Friends,I am unable to stop the deletion of dep.areas in AS02 t-code.Based on excel sheet,my custom program is doing create Asset and Posting(ie. AS01 and AB01 operations).After posting the asset, i am successfully reversal the asset amount.( usin...

    Resolved! Accepted Solution

    Where is the changes log for International Address?

    Hi Guru's,I am working on a program to detect changes on the International Address in Customer Master.So far, I able to get some info from CDHDR table via object ADRESSE.Question is in the Object Value: "BP  0000047164"?I know 0000047164 number is fr...

    Resolved! Accepted Solution

    User Exit/BADI/Enhancement before save in vf01 to modify billing date

    Hi all,I need to make a validation by  Company Code and depending on which of those is registered into the billing document, then  I need modify the current date instead the billing date that was provided by the user,  this before to save the  billin...

    Resolved! Accepted Solution

    parameters query

         Hi good day everybody,  i have a issue, i am creating a a abap report, using the table fmbdt,  this report has some parameters to ask and use with the query where statement.   When the user type all parameter all is right,  but when the user doe...

    Resolved! Accepted Solution

    How can I save internal table data to an imp/exp parameter of a BAdI method?

    Hi experts,I am implementing customer_add_data_cs BAdI; here have a method IF_EX_CUSTOMER_ADD_DATA_CS~GET_DATA.The i/o  parameters for this method are s_kna1 and s_knvv and so on.In my scenario I have to save only one customer data which i did as:s_k...

    Resolved! Accepted Solution

    How to change warning message v1-151 to error type in transaction va01

    Hi Experts,I am confronting with a problem while creating sales order if the credit limit exceeds thesales order amount it displays warning message and allows to create purchase order.But I need to restrict the creation of sales order by changing war...

    Resolved! Accepted Solution

    VA03: Amount cleared after the print preview

    Hi Friends,Goto VA03, give the document number and press enter. Inside the va03, In to print pre-view icon is there.Using this icon i see the print preview. after that I press back button then the line item amout has been changed as 0.again i come to...

    Resolved! Accepted Solution

    How to upload given XML file to SAP

    Dear All,please advice how do I upload XML file with below structure to SAP. I have used method import_from_file of class cl_xml_document and it returns error in parse_table.<?xml version="1.0" encoding="WIN1251"?><object name="corr1">               ...

    Labels in this area

    Explore this Area