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

    Color row in ALV

    Hi, I want to know as to how to color the row in ALV.Actually I've coded for it but the change is noe reflecting.I'm pasting my code.TYPE-POOLS: SLIS.DATA : ITFLD1 TYPE SLIS_T_FIELDCAT_ALV. "For Feild Cat.DATA : SFLD1 TYPE SLIS_FIELDCAT_ALV. "F...

    Resolved! Accepted Solution

    easy one

    please somebody there !q1]]What is the minimum and maximum values for all the Elementary data types---state individually?q2]]why all the lines of an internal table need to have the same datatype---i.e., the definition of internal table in the sap li...

    Resolved! Accepted Solution

    Net Value + Tax Value for all the billing docs connected to the list of SO

    Hi ExpertsI want to calculate the Net Value + Tax Value for all the billing docs connected to the list of Sale Orders. Would like to take the expert’s advice to achieve the same in an effective way..Let me know incase of any function modules availabl...

    subroutines

    Hi, My case is like this .LOOPIF <b>IFENDIF.</b>ENDIF.ENDLOOP.I want to move the code between my middle if-endif(bold here) to a subroutine. if i move to a subroutine it is showing error that inconsistent nesting.request your help.regards,Ratna

    Resolved! Accepted Solution

    sapscript

    Hi I have created one cheque format in sapscript. Now I want, according to the requirement the pay column should get filled by the required name. Now for that I have to write coding in change editor. Anybody could help me out to tell me that what wou...

    Resolved! Accepted Solution

    Dynamic variable creation

    Is there a way to create a variable whose type is known at runtime.For Eg.,DATA: data_type type string value 'CHAR10', data_value type string value 'ABCDEFGHIJ'Can we create a variable, var1 of type data_type and value data_value?

    BAPI_PO_CHANGE

    Hi All,I have been used the fun module 'BAPI_PO_CHANGE' for PO item Change.But it is not updating the PO item.have alook on this code...CLEAR po_item_inx.po_item_inx-po_item = order_info-item_no.po_item_inx-po_itemx = 'X'.po_item_inx-quantity = 'X'.A...

    BAPI -table

    Hello all, I am trying to find the actual table used by function module "BAPI_COMPANY_GETDETAIL". In another words, when you execute this function modue, from which table it gets the information.Can you guys please tell me how to do that?Regards,N...

    Resolved! Accepted Solution

    Hiding first radio button in a group but keeping it pre-selected ????

    I have a radiobutton group on a regular screen (not a selection) screen. It has five radiobuttons:SV_PHASE0SV_PHASE1SV_PHASE2SV_PHASE3SV_PHASE4Inside the PBO module, I loop on screen with the following code: LOOP AT SCREEN. IF SCREEN-NAME = 'SV_...

    unicode

    How to convert this code to unicode complianceFORM fill_e1adrm4 TABLES idoc_data structure edidd USING data TYPE tr_idoc_shpmnt_indata p_parvw.i just want to declare idoc_data of type edidd.any help is appreciated th...

    Resolved! Accepted Solution

    Data extract

    Hello friends,In my selection screen I have BUKRS, HKONT, BUDAT all from BSIS table and I need to access MSEG table.With this data I also accessed BSEG and EKKO. From EKKO i get the MATNR but using MATNR to access MSEG would not be a good apporach.Ca...

    COMMIT WORK Exit

    Hi,I have a requirement wherein I need to check if values in a table have been changed and if yes, send an Idoc. Wanted to know if there is any exit which gets triggered on COMMIT WORK for a table where I can put my piece of coding. If yes, how will ...

    Material Report

    I practicing a report where I prompt user to enter for MATNR range and display output for that range...TABLES: MARA DATA : BEGIN OF ITAB OCCURS 0MATNR LIKE MARA-MATNR,ERSDA LIKE MARA-ERSDA,ERNAM LIKE MARA-ERNAM,MTART LIKE MARA-MTART,ENDOF ITAB.*SELEC...

    Labels in this area

    Explore this Area