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

    SHD0

    Hi,Can anyone help me out on SHD0 transaction ? If anyone can help me out on some documents regarding this, it would be really helpful.Points would be awarded against helpful posts.Thanks and Regards,Anindita

    Resolved! Accepted Solution

    Check printing

    Hi allI am working on check printing using tcode F-58, F110,FBZ5......i have to create chque form ie. invoice n chaque on the form.....i am not able to start it.....from whr i should start....from where i can fatch data......if thr is any standard sm...

    ALV

    IF ucomm = '&IC1' AND selfield-fieldname = 'EBELN'. READ TABLE it_out1 INDEX selfield-tabindex. IF sy-subrc = 0. SET PARAMETER ID 'BES' FIELD it_out1-ebeln. CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN. ENDIF. ELSEIF ucomm = '&I...

    ALV REPORT:

    my reqiurement is as follows:1. when pushbutton is clicked the transaction should go to 'CJ01' following is my code;tell me where my code went wrong:FORM USER_COMMAND USING RF_UCOMM LIKE SY-UCOMM SEL_FIELD TYPE SLIS_SELFIELD.CASE RF_...

    Resolved! Accepted Solution

    hi

    hi friends,i know font and text color used for smartforms.but i donot know about can or cannot be font and text color used for sapscript?Reply me soon now.....Thanks & Regards,s.suresh.

    Sap-script

    Hi, I have an internal table it_account with the following pattern of data. 71 data data 71 data data 71 data data 72 data data 72 data data 72 data data 73 data data 73 data data.i am looping at this internal table and printing th...

    fieldcat in ALV

    Hai all, I am using a 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' and in the output i have a check box as one of the coloums of the item details . I want the check box to be displayed only for a few records,based upon some condition of the records...

    Resolved! Accepted Solution

    BDC Programming.

    Hi,I want to learn how to upload data using BDC. If I have a excel data file how will upload it using BDC. I don't know the full process of doing it, if someone help me in this. I want it using BDC session process and processing that session. Plz hel...

    Resolved! Accepted Solution

    select-option

    hi frnds , i have the following code,==================================REPORT YGL .DATA:BEGIN OF itab OCCURS 0,date LIKE sy-datum,bal TYPE p decimals 2 ,END OF itab.DATA: it_final LIKE itab OCCURS 0 WITH HEADER LINE, wa_d1 like itab.DATA:...

    Resolved! Accepted Solution

    ALV report

    Hi.....I have a requirement ...where i need to generate an ALV report and upon the selection of the particular PO or Material number or vendor number I need to go for the particular transaction of the number in display mode. and I wanna know how this...

    Resolved! Accepted Solution

    using ALV

    I want to display sales order items that show various fields and have other fields ready for input.The user can expand or collapse the sales order header lines to decide if they want to review the line item data. Fields are ready for input at both th...

    C14N_NUMERIC_FORMAT

    Hi, Can any one give me code for use of C14N_NUMERIC_FORMAT...or explain how to use this particular function module?I have to use this function module to convert a numeric string in any decimal notation to 123,456,789.12 format.Thanks & Regards,Shara...

    Labels in this area

    Explore this Area