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

    reports

    Hi all, i got one code like START-OF-SELECTION. PERFORM GET_DATA1. if it_ekko[] is initial. message e000(e4) with 'Service data not available for the Purchase document'.*set screen 1000. else. PERFORM GET_DATA. PERFORM PROCESS_DATA. PERF...

    Resolved! Accepted Solution

    MOd and Div

    Hi friends, if ( ( n MOD 2 ) == 0 ).when i say this in my syntax, it throws an error saying that mod is not supported. Can anybody tell me why. As far as i knw, it is the right syntax. please correct me if im wrong. Same is the error even for Div op...

    rnb86 by Participant
    • 1860 Views
    • 6 Comments
    • 0 Likes

    Search help

    Hi Friends,I have created a screen for inputing some data related to materials. In one of the field I am inputing the SPART field (Division) for which I have created a Search Help. The problem, I am facing here is that, I am getting duplicate values...

    Resolved! Accepted Solution

    itab not defined

    friends, i have created a table control using wizard...i have defined two pbo modules, one in which am setting the pf-status and in another, module display, i have fetched all the date into the itab...by default, wizard generates two pbo modules...

    Resolved! Accepted Solution

    using BDC for PFCG

    Hi,Currently I have a requirement to synchronize composite role menus in PFCG. I tried using SM35 record and then create program. However, when program is created field "BDC_SUBSCR" "SAPLPRGN_TREE xx" is missing and so it is not working. Is there a w...

    Resolved! Accepted Solution

    text problem

    Hi all,I have a string variable below, and I want to output it onto the screen with quotation mark, how to do it ? Thanks.(Suppose the text contains a quotation mark, e.g. I am a 'Fool'write: 'I am a 'Fool' '. which is not allowed.)

    Resolved! Accepted Solution

    SELECT-OPTIONS

    Hibelow is my code SELTAB_WA-SELNAME = 'S_DATE'. SELTAB_WA-KIND = 'S'. SELTAB_WA-SIGN = 'I'. SELTAB_WA-OPTION = 'BT'. SELTAB_WA-LOW = V_DATE. SELTAB_WA-HIGH = SY-DATUM.APPEND SELTAB_WA TO SELTAB.now my question i want ...

    Resolved! Accepted Solution

    Function Module

    hello friends,Is there a way to figure out the function module that would satisfy any purpose. Also If I know the function Module can I figure out whats the purpose of it. I mean any documentation on it.Madhu.

    Electronic Payments

    We need to configure SAP for electronic Payments. That means we need to send a file to bank (in their specified format) for the vendor payments for some of the vendors. I am confused how to implement it. Does it need to be done through EDI setup in ...

    Resolved! Accepted Solution

    ME21N - User Exit

    Hello:I have a requirement to move the Short Text (TXZ01) and net price (NETPR) from the Purchase Requisition to the Purchase Order when the order is created in transaction ME21N using a Purchase Requisition as a reference (with the Adopt button). T...

    Resolved! Accepted Solution

    SELECT QUESTION.

    HI!OK, I need help here. In the specification I need to take out data for contracts and sales orders from the table VBAK but for contracts I need to use the VALID FROM and VALID TO parameters but for the sales orders I need for the date only the fiel...

    Labels in this area

    Explore this Area