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

    offset value

    Hai,Iam new to abap can any one solve the above example:data: c type i,c1 type i,len type i,flag type c.parameters word(20).c = 0.len = strlen( word ).c1 = len - 1.len = len / 2.flag = ' '.do len times.if ( wordc(1) <> wordc1(1) ).flag = 'X'.endif.en...

    Resolved! Accepted Solution

    Copying Variants

    We have 2 SAP boxes one for development the other for production. There is a program say <b>PROGRAM1 on the production server</b> whose variants we want to copy to become the variants of another program say <b>PROGRAM2 on the development server</b>. ...

    upload RFEBKA00

    hi i'm doing upload trough standard program RFEBKA00,where it createes a session.but the user is not giving the value for a mandatory field,so we are planning it to do ourself.how to send that value,plz any help,imm points are alloted.

    Resolved! Accepted Solution

    offset value

    Hai,Iam new to abap can any one solve the above example:data: c type i, c1 type i, len type i, flag type c. parameters word(20). c = 0.len = strlen( word ).c1 = len - 1.len = len / 2.flag = ' '.do len times. if ( wordc(1) <> wordc1(1...

    Resolved! Accepted Solution

    search help

    hi frnds, in my prg., i am using a ztable which has 2 fields.. which does not have any search help.. now i should display the 2 fields in the table control.. first of all the field1 should be made as f4 help... depending on the value selected the ...

    Resolved! Accepted Solution

    layiut

    hello!i have a layout which has to be printed in four copies.in the 'OPEN_FORM' function i defined the number of the copies, but i have to write on each copy different location of where it should be sent to.how do i do it?regardsyifat

    Idoc status 53

    Hi,There are some inbound idoc's which brings SO Changes to SAP (edi communication) are posted with status 53 (i.e application document posted successfully but when u go and check it in va03, nothing is changed, which has to be changed as per the IDO...

    Resolved! Accepted Solution

    Logical System

    Hy,I have to map a logical system into a productive environment. I do not have to convert an exsisting logical system, i just have to map it for the first time.Are there any constraints? Does anybody have an official document on this topic?Thanks in ...

    Resolved! Accepted Solution

    frame in MAIN window

    Hi,in my print program i´ve got something like:LOOP AT itab.l_counter = l_counter + 1.IF l_counter <= 13.CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'SMALLFRAME' WINDOW = 'MAIN' EXCEPTIONS OTHERS = 1.ELSE.CALL FUNCTION 'WRITE_FORM' EXPORTING ELEME...

    Resolved! Accepted Solution

    Extracts in ABAP

    HiI executed the following code.NODES: spfli, sflight.FIELD-GROUPS: header, flight_info, flight_date.INSERT: spfli-carrid spfli-connid sflight-fldate INTO header, spfli-cityfrom spfli-cityto INTO flight_info.START-OF-SELECTION.GE...

    Resolved! Accepted Solution

    SAP Tutor

    Hi, Could anybody tell me how can i <b>Create</b> a SAP Tutorial using SAP Tutor? Where i can get the Editor to Create such a documents?I promise to return and reward the answers.Thanks in Advance,Raja T

    Resolved! Accepted Solution

    abap logic for lookup

    Hi all,I have a requirement where i need to lookup for a value in ods1 and based on that value i should update in ods2. can anyone help me with any abap logic --- is there one for look-up ? any sample code would be really helpful.~rahul

    Resolved! Accepted Solution

    Diff. between Synchronous and Asynchronous data processing in BDC.

    Hi,1. Can anybody tell me what is diff. between Synchronous and Asynchronous data processing in BDC and which method(Session or Call Transaction) does Synchronous processing and viceversa.2. Which method(Session or Call Transaction) is fast and suita...

    Labels in this area

    Explore this Area