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
    • 94653 Views
    • 212 Comments
    • 39 Likes

    how to avoid disappearing of text in list box when a mandatory field is not filled

    hello all,in a module pool screen i have list box and below is a Text field with mandatory condition...when i press enter key (when the mandatory field is empty) it is giving an error saying fill all required fields ,this is finebut suddenly the text...

    Resolved! Accepted Solution

    function module to move a file from a directory to directory in application server.

    Hi ,  I am trying to move a file from one location to another location on the application server. I have used FM ' ARCHIVFILE_SERVER_TO_SERVER' which is actually copying the file but not moving. then I have tried using external commands in Windows NT...

    Resolved! Accepted Solution

    Dynamic Query

    Hello, I have a query about internal tables. I have an internal tables as follows.ZROW CHARAC  CHARVAL1           MATERIAL 1001           CALYEAR  20131           CALMONTH 121           AMOUNT  2002           MATERIAL 2002           CALYEAR  20132   ...

    Resolved! Accepted Solution

    Dynamic Query

    Hello, I have a query about internal tables. I have an internal tables as follows.ZROW CHARAC       CHARVAL1           MATERIAL      1001           CALYEAR       20131           CALMONTH      121           AMOUNT       2002           MATERIAL      20...

    Resolved! Accepted Solution

    Change Billing Plan Header End-date

    All,I have a requirement wherein, we need to change the enddate on the billing plan header level. I tried using the following functions, see the attached code, but it does not work. LOOP AT gt_order_item_in INTO gs_order_item_in.                  C...

    Resolved! Accepted Solution

    Too many recipients found for message type SHPMNT in the ALE model

    Hi;We are trying to send message type SHPMNT to 2 external systems.We’ve defined filter in BD56 & BD95 for shipment type (VTTK-SHTYP).When using only one external system with filter on SHTYP, iDOC is created.When adding the 2nd message type (within s...

    Export and import data between 2 screen of same program thorugh field exit

    Hi.I have requirement  to export and import data between 2 screen of same program, Actually I have T.code FI01  in this When I entered Bank key e.g 23 it moves to the next screen. I want to display the bank name on to the next screen  corresponding t...

    ABAP Development

    Hi Experts,Currently developing my ABAP skills,I have a formula which contains brackets ((([SEL34])/1000)/([SEL27]+([SEL28]*6.0924)))I would like to have code which checks the opening brackets and closing brackets.it should if the opening and closing...

    Resolved! Accepted Solution

    factory method which returns a refrence to the same class object

    Dear Experts,Can you pls. give some clues on this issue.How can I create an abstract class with its own factory method which returns a refrence to himself. example given data:    go_descr type ref to cl_abap_structdescr,            gs_comp type abap_...

    Resolved! Accepted Solution

    Date format in smartform

    Hi All, I am currently working on smartform development. In my smartform,the month in date format should be display as  character,  date and year should be in number format..for example , 06.05.2013 should be display as  May 06,2013. How can I acheiv...

    at end of -problem

    Hi,    am using describe table lines syntax within a loop.Code is..LOOP AT IT_S0031 INTO WA_S0031READ TABLE it_fin into wa_fin with key MGVBR = WA_S0031-MGVBR. if sy-subrc = 0. lv_qty1 = WA_fin-MGVBR + lv_qty1. endif. at NEW matnr.   DESCRIBE TABLE i...

    Labels in this area

    Explore this Area