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
    Resolved! Accepted Solution

    Using BAPI_PO_CREATE1

    Dear Professional,I want create using Po using BAPI_PO_CREATE1. Following   codeHere i attached error and uploaded excel sheet REPORT ZMM_BAPI_PO_CREATE. TYPES: BEGIN OF T_EKKO,        NUM(5) TYPE C,        COMP_CODE TYPE BUKRS,        DOC_TYPE(4) T...

    Resolved! Accepted Solution

    Dump regarding 'Error in module RSQL 'in dynamic internal table

    Here  is a Dump regarding  'Error in module RSQL of the database interface'.My program runs fine if 100 rows is getting selected from SAP Table.But  for mass selection  program is giving Dump. The program has dynamic selection of  any SAP Table with ...

    Resolved! Accepted Solution

    Set search help dynamically to SAP Standard Screen

    Hi,I have one issue where I have to Create f4 help For a field present on SAP standard screen.Please advice how to do that.Can i dynamically set Search help in any screen-exit of the standard screen?Please help.Screen No is 130and Program is SAPLQM03...

    Dump regarding 'Error in module RSQL of the database interface'for dynamic table selection

    Here  is a Dump regarding  'Error in module RSQL of the database interface'.My program runs fine if 100 rows is getting selected from SAP Table.But  for mass selection  program is giving Dump. The program has dynamic selection of  any SAP Table with ...

    Reg : TMG Event

    Hi Team,I have a new requirement.I have a custom table where I have 4 fields.Now i have to perform some validation on this fields before saving.Now I can update the table either directly from TMG, OR  from SAP Screen or from sap mobile app.So where d...

    Resolved! Accepted Solution

    Need opinions about using methods in-line

    Hello fellow SDNers,I have this piece of code where i use functional method as operand, string formatting options in-line et al. A friend of mine says it's not too descriptive.   cl_demo_output=>display_text( |Laufzeit: { lcl_calc_laufzeit=>main(    ...

    SuhaSaha by Product and Topic Expert
    • 1020 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    CALL TRANSACTION or SUBMIT

    Hi guys,I have a problem with calling a program(or transaction code).I want to call a program with a variant by "CALL TRANSACTION" or "SUBMIT".I checked that "SUBMIT" is possible by using "SELECTION-SET" but I can't use it because it doesn't allow ca...

    Resolved! Accepted Solution

    Dispatcher stopped from Sap mmc

    Hi everyone,I am new to Abap , while working in Abap sap mmc got error Dispatcher has stopped .---------------------------------------------------trc file: "dev_disp", trc level: 1, release: "700"---------------------------------------------------sys...

    Resolved! Accepted Solution

    Difference between GET REFERENCE and TYPE REF + CREATE DATA

    Hi Experts, Currently I have got a issue, say a class method defined a exporting parameter with type "TYPE REF TO DATA", and in the implementation of method, I declare a local variable with a specific data type( e.g. data lv_str type string ), and th...

    ray_lv by Product and Topic Expert
    • 4601 Views
    • 2 Comments
    • 0 Likes

    IDOC Re-Processing

    Hi Everybody,I am replicating the G/L Master data from production to quality using ALE IDOC.When i do it i am getting the error message as "G/L account XXXXXXX is not allowed in the system".When i reprocess the same it is getting posted in the target...

    Out of memory

    How can you avoid 'Out of memory error' in ABAP when you have to fetch huge data from database, say.. 200,000 lakh records.Moderator message - Do not use Indian number system for your questions in SCN. Please remember it is a global forum Message was...

    IDOC Reprocessing

    Hi Everybody,I am replicating the G/L Master data from production to quality using ALE IDOC.When i do it i am getting the error message as "G/L account XXXXXXX is not allowed in the system".When i reprocess the same it is getting posted in the target...

    Resolved! Accepted Solution

    Call function in background

    Hi everybody,My issue is that I have create a module function which insert into database  .loop AT t_DD02L into s_DD02L.            CALL FUNCTION 'Z_GET_DURATION_QUERY' "in BACKGROUND TASK             EXPORTING               s_table       = s_DD02L-...

    Resolved! Accepted Solution

    open dataset in binary mode-data missing in pdf file

    Hi,I am downloading a pdf file to the appl server using the below code.open dataset filename for output in binary mode.OPEN DATASET file_name FOR OUTPUT IN BINARY MODE.      LOOP AT lines INTO ls_lines.       TRANSFER ls_lines TO file_name.     ENDLO...

    Resolved! Accepted Solution

    Performance Issue in Select Statement (For All Entries)

    Hello,I have a report where i have two select statementFirst Select Statement:Select A B C P Q R     from T1 into Table it_t1          where ....Internal Table it_t1 is populated with 359801 entries through this select statement.Second Select Stateme...

    Resolved! Accepted Solution

    Navigate to technical objects programatically

    Hi Folks,We are developing an internal tool  for developers in our team. The tool will produce output of a technical objects list. It can be program,Function Module,Class methods, DB table,BADI,Exits(pre/post/OVR), Implicit enhancements etc Is there ...

    Labels in this area

    Explore this Area