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...

    ABAP OO modeling

    Hello everyone,I want to create an UML for the topic invoices and documents. My question is it, how to model it? I have the class invoice with the attribute structure RBKP(table). This class inherite from the class document. So what happens when I ma...

    Resolved! Accepted Solution

    Misplaced Cursor in IW21

    While creating a notification for a particular notification type, I'm facing a issue. The cursor which is supposed to be at the description is not appearing to be there and cursor is at a different field. I checked in the PBO screen there's no Cursor...

    Resolved! Accepted Solution

    Unable to activate a table

    Hi All,I am getting the Parse error for table definition when I try to activate the database table. Here is the full error text: "Repository: CheckObjects failed for at least one object; Parse error for table definition: Syntax error: Extension are o...

    Resolved! Accepted Solution

    Auto update internal table when row selected (cl_gui_alv_grid)

    Hi there,I have some problem when I've created oo alv with cl_gui_alv_grid. I'm planning to use multiple selection, like when we activate a program and we can selected multiple program. So I've created in my layout:gs_layout-zebra       = 'X'.gs_layo...

    Use of "ASSIGN"

    Dear allnot being an "ABAPer but referring to this thread.Here discussion was regarding the use of ASSIGN like:assign (gv_likp_lfart) to <fs_lfart>.Here I would like to understand better the ABAP "internal" handling. According to "ABAP Reference"  an...

    Resolved! Accepted Solution

    Unwanted rounding using inline declaration

    Hi, What will be the result of value_2 and value_3 ?Using debug this what I get:IMHO it needs to be like value4 .Am I missing something here....   Regards.The code: DATA(value_2)  = ( '5.555' + '1.77777' ) .  data c_1 TYPE p DECIMALS 3 VALUE '5.555' ...

    Resolved! Accepted Solution

    user exit EXIT_RLVSDR40_001 is not hitting Z include in LT31 print program RLVSDR40

    Hi Team,Requirement :To print a custom smartform through LT31 .Problem :I have inserted my code in custom z include( ZXDRUU01) of user exit EXIT_RLVSDR40_001 . But when I execute LT31 , the system is not calling Z include( ZXDRUU01) inside user xit E...

    Work Center Utilization

        Hai Guys,                           What is the Difference Between Capacity Utilization and Work Center Utilization?                       I Know How to Get the Capacity Utilization Using CR13 ,But I am Unable to get The Work Center Utilization F...

    Auto Sum for Movement Type 101-102 and Summary output.

    TYPE-POOLS: SLIS. TYPES: BEGIN OF IT_EKPO,         EBELN TYPE EKPO-EBELN,         EBELP TYPE EKPO-EBELP,       END OF IT_EKPO. TYPES: BEGIN OF IT_MSEG,         MATNR TYPE MSEG-MATNR,         WERKS TYPE MSEG-WERKS,         EBELN TYPE MSEG-EBELN,     ...

    upload package

    hi experts ,i have problem for upload a set of flat file program in new server -new package..already download pgm via below code programTABLES : TADIR. TYPES: ABAPLINE(255). DATA: I_REPSRC TYPE STANDARD TABLE OF ABAPLINE WITH HEADER LINE. DATA: BEGIN...

    RMMPRP000 job not updating multiple manufacturing part number with commas

    Hi All,    User is scheduling the background job  through the standard program RMMPRP000 to create a Purchase requisition.PR is getting created but the issue is in ITEM DETAILS ->TEXTTS ->MANUFACTURER /PART NUMBER.When there are multiple PART NUMBER ...

    Resolved! Accepted Solution

    Overriding User Defaults With BAPI

    SAP Gurus,My team is familiarizing themselves with the BAPI function group and is attempting to refine a program that will execute the creation of material master data using an input file. Currently this is being accomplished using the function 'BAPI...

    scottmk by Explorer
    • 783 Views
    • 2 Comments
    • 0 Likes
    Labels in this area

    Explore this Area