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

    Internal table

    Hi ,I have define a structure , and internal table and work area, below i past it,types: begin of ty_file, line(1000) TYPE c, end of ty_file. DATA: it_file type table of ty_file, wa_file like line of it_file.i am appending 340 characters in...

    Requiremt Routines

    HI Experts,When we add a new requirement in VOFM, it generated two FORM routines as below.FORM KOBED_997. Here I write some code to make sy-subrc 0 OR 4...ENDFORM.FORM KOBEV_997.ENDFORM.What is the use of the second one i.e. KOBEV one. I always use ...

    Resolved! Accepted Solution

    SCAN ABAP-SOURCE Problem

    Hi,Good day guyshope doing well. Iam working in upgrade peoject.. i got a problem with SCAN ABAP-SOURCE in Remote-enabled function module level.I got a error which is "The offset and length fields in the token table arenot filled until the "with an...

    output issues of PO

    Hi frnds,PO issues,I have 2pages in smartforms.In 1st pagemain window, 1st table header,main,footer and then 2nd tableterms and condition before the command line).User given for 2lineitem then output was process after end of 2lineitem the totle was d...

    Resolved! Accepted Solution

    Error on CASE and RECORDS Management - BAPI_RECORD_ADDELEMENT

    Dear SDN,the error "No suitable model node found " returns when FM BAPI_RECORD_ADDELEMENT is called for a specific CASE.The Node ID (parameter IS_REFINS-REF_NODE_ID in the FM) is '7', according to what (seems to be properly set) in TCode SCASE, for t...

    Resolved! Accepted Solution

    LSMW batch input recording for table control (Header-Detail Tcode C201)

    Hi expertsI need to create (load) mass Recipes tcode C201 using LSMW. I investigated and (apparently) there are not any IDOC, BAPI or Standard Batch Input ; so i'm trying with Batch Input Recording.I created the recording for C201 , but this is ...

    Resolved! Accepted Solution

    Add new fields to VL06O

    We are on ECC 6. I need to add additional fields to the General Delivery List - Outbound Deliveries from transaction VL06O. Offhand I don't see an available user exit in the IMG. Prior research seems to indicate that EXIT_SAPLV50Q_001 might do th...

    Resolved! Accepted Solution

    Screen Exit?

    HI All,Can we implement screen enhancements in IMPLICIT ENHANCEMENTS,If YES HOW?No FM Exits available for my screen enhancements,How to add check boxes at standard screen if no enhancement available?Any screen exits/BADI available for WA01?Thanks,Kis...

    Resolved! Accepted Solution

    Dynamic Perform

    Hello,I pretend do create a table which will have names of several form's. I'll select those forms names and call them inside the program.Is it possbile to call a form using a field-symbol instead of the name ?FIELD-SYMBOLS <fs_routine> TYPE ANY. AS...

    Labels in this area

    Explore this Area