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

    Error in Substitution - Generation successful, but you must call up the fun

    Hi All,I am getting the following information message..-Validation/substitution/rule generation initiatedMessage no. GB 072DiagnosisPart of the generated coding is missing. This can occur after copying a client or after a transport.ProcedureTo initia...

    Resolved! Accepted Solution

    Dateformat during BI

    Hello everyone,I'm trying to make a very simple BI program but have one problem that I seem unable to find a solution for. It seems like such a trivial task.During BI I need to fill a dnypro field with today's date (sy-datum). I can sucessfully put t...

    Resolved! Accepted Solution

    Updating a Standard table

    Hi,I have a report which is cloned from the standard report RFBELJ10.. The report updates the table TRVOR. The issue is when I execute the report in development and Quality systems, the table gets updated but not in production server.Will the stateme...

    ALV grid

    Hi,I have developed an alv grid report displaying POs with their multiple line itemswhen i double click on the selected po from the grid i need to get the smartform output in pdf format i have the smartform where i am passing the po numberin the sel...

    Resolved! Accepted Solution

    scripts

    Hi,how to have data alignment in scripts like we do in reports.in reports we do likeloop at itab.write:/12 itab-name, 24 itab-num.endloop.Like this how to have in script driver program.Loop at itab.call write_formexportingfunction = type =..en...

    Resolved! Accepted Solution

    FTP in ABAP

    I need to put a file onto another server and am running the RSFPT002 program. My file is in /interfaces/DA1/creditcheck.txt How do I use the put cmd? I have tried put /interfaces/DA1/creditcheck.txt and put creditcheck.txtbut both are giving out erro...

    Resolved! Accepted Solution

    ODS v/s InfoCube

    Friends,I have a basic doubt.ODS stores consolidated data and InfoCube stores aggregated data as per SAP material. I understand that ODS is meant for detailed data in relational format viz-a-viz InfoCube. Infocube is multi-dimensional whereas ODS is ...

    Resolved! Accepted Solution

    Unable to log for debug

    I have a LoginModule which is an extension of the AbstractLoginModule. FYI, I replaced the default Basic..with a slightly modified to add more debug logs, to understand the flow.The Code looks like ....static Location MyLogLocation = Location.getLoca...

    ENHANCEMENT

    Hi,i have two fields in a standard sap program. when any one of the field is empty,when i click SAVE Button, the system should through a WARNING MSG.Is there any std enhancement for it.(how can we find the FCT-CODE for save button in th standard prog...

    IS Unit Conversion

    Dear Guys IS-OIl CaseSAP have two reports MB5B and MB51 to which we have converted to ZMB5B and ZMB51 with option of choosing units. User nomrally choose MTO Metric Ton instead of L15.But the data in table MSEGO2 is not saving in correct figues while...

    idoc sending

    Hi!We send an standard idoc (ORDRSP) through a RFC port. It usually arrives good but sometimes not arrives. All idocs are always in status 3.We go to RFC queue (sm58) and there are some entries with function module = IDOC_INBOUND_ASYNCHRONOUS and th...

    Resolved! Accepted Solution

    field symbols

    DATA : A TYPE I,B TYPE I,c type i.A = '100'.B = '50'.FIELD-SYMBOLS <F1>.FIELD-SYMBOLS <F2>.FIELD-SYMBOLS <F3>.ASSIGN A TO <F1>.WRITE : <F1>.WRITE : A.ASSIGN A TO <F2>.WRITE : <F2>.<F2> = <F1> + <F2>.***C = <F1> + <F2>.WRITE : <F1>.WRITE : <F2>.i am u...

    provide help

    Hallow I use the logical data base pnpce and their I use provide_form_lastMy problem is I wont all the data where Persg = 6 and 7 and 8.Now I doing delete after that but it take a lot performance to take the data beforeHow can I solved it ?maybe in...

    Resolved! Accepted Solution

    ABAP OBJECTS

    hi friends i want to know abt the abap objects and some predefined global classes like cl_gui_alv_grid and son on..can any tell me abt the links where it is available and some examplesthanks regards ramesh

    Resolved! Accepted Solution

    field symbols

    TYPES: BEGIN OF NAME,NEXTNAME(10),FIRSTNAME(10),LASTNAME(10),END OF NAME.FIELD-SYMBOLS <F> TYPE NAME.DATA: LINE(30).LINE = 'JOHN SMITH SHRI'.ASSIGN LINE TO <F> CASTING.WRITE: / 'Lastname:', <F>-LASTNAME,'Firstname:', <F>-FIRSTNAME,'Nextname :', <F>-N...

    function group

    when we declare some variables or tables in the top include of the function group, can we be able to access it in function module directly. i mean, say, if i declare a internal table in top-include, say ZITAB. can i use this in function module "TABLE...

    Labels in this area

    Explore this Area