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

    SE38 dump

    Dear All,I have faced a problem that the dump occurred when I edited a program using SE38.The detailed information about the dump as below**********************************************************************************************************SQL er...

    Resolved! Accepted Solution

    ALV output to Excel sheet

    Hi All,I am facing a problem while downloading the data from the ALV out put to Excel sheet. I am following the below mentioned process.List ------> Export ------------> Spreadsheet -----------> Excel in office 2007 XSLX format. All the fields in the...

    Resolved! Accepted Solution

    Create variable with dynamic NAME

    The task is to create variable with dynamic name. NOT type(!) but namу! All the ways using cl_abap_typedescr and cl_abap_elemdescr classes that I saw are useless.I want to implement something like this semantically:    CREATE DATA (name) TYPE var_typ...

    Resolved! Accepted Solution

    Try/Catch in subroutines - DUMP

    Hi all,the code below set a short Dump."First CaseREPORT ztestefbp . CLASS cx_exit_sgf DEFINITION                         INHERITING FROM  cx_static_check. ENDCLASS.                    "cx_exit_sgf  DEFINITIO START-OF-SELECTION.   TRY.       PERFORM ...

    Resolved! Accepted Solution

    Job cancelled after system exception ERROR_MESSAGE while running the program SWN_SELSEN in background

    I have configured Extended configaration and scheduled the Program SWN_SELSEN. I have created work items and run the program SWN_SELSEN to test.I am getting job failed with below error.Job started                                                      ...

    Resolved! Accepted Solution

    BAPI for MM01

    Dear All Gurus,My client wnats to automate Material Creation(MM01) process without any manual intervention. I wish to use BAPI_MATERIAL_SAVEDATA but there you need to pass the Material Number. But Material Number is created automatically in the syste...

    tharu by Contributor
    • 1439 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Language pack neccessary?

    Hi All,I was just wondering if is an absolute requirement to install the language pack of choice in order for SY-LANGU to change.For example we have some Z tables containing texts by multiple different SPRAS, lets say EN, DE and FR.In my BSP app if I...

    Resolved! Accepted Solution

    BDC Transcation Call

    Hi Expert,This is my code       lt_bdc-program = 'ZDT_SD_SALE_ORDER'.      lt_bdc-dynpro  = '2000'.      lt_bdc-dynbegin = 'X'.      lt_bdc-fnam = 'BDC_OKCODE'.      lt_bdc-fval = 'SWITCH'.      APPEND lt_bdc.      CLEAR lt_bdc.      lt_bdc-program =...

    User Exit in MIGO

    Hi all,I'm working for the Transaction Code MIGO. I need to validate the Executable Action for MIGO Transaction (godynpro-action), Reference Document for MIGO Transaction (godynpro-refdoc), Material Number and Movement Type. When I was searching for ...

    Resolved! Accepted Solution

    Archiving Object BC_E071K

    Hi!does anyone have any suggestions /experience about archiving with object BC_E071K.How many years should stay in the database?What is the best practice?In which periods have you organized the archiving with BC_E071K?Are there any preconditions?than...

    Send File to IIS Server

    Hi,I have an requrement to send an excel file from SAP to IIS Server (Like we sending the file to FTP Server), based on the IIS Server IP address.Kinldy suggest if is there any methods available to send file to IIS server.Thanks & Regards.Praveer Kum...

    ipravir by Active Contributor
    • 492 Views
    • 1 Comments
    • 0 Likes
    Labels in this area

    Explore this Area