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

    IDOC

    We have an Orders IDOC that we are sending to our customers.The requirement here is, some of the IDOC's are needs to be released Immediately to our partners, based on the Amount (If the Amount Specified is Greater than "X" ), if not we want to colle...

    updation

    Hi Friends,LOOP AT it_pa2002 INTO wa_pa2002. Wa_pa2002-sprps = 'D'. MODIFY it_pa2002 FROM wa_pa2002 TRANSPORTING sprps.ENDLOOP.UPDATE pa2002 FROM TABLE it_pa2002.The above logic is not updating the database table properly. What could be the reason?...

    Resolved! Accepted Solution

    write after screen

    Hi. I have a question.I've created a screen 1000 with STATU GUI (OK, BACK, EXIT). And PAI for that screen is: MODULE USER_COMMAND_1000 INPUT. CASE sy-ucomm. WHEN 'OK'. WRITE 'some text'. WHEN 'BACK'. LEAVE SCREEN. WHEN 'EXIT...

    Resolved! Accepted Solution

    regarding table control?

    hi this is kumar please clarify my doubt in table control1. hw to take care of screen resolution while working with table control i.e..some system may have the GUI setting as 15 lines while some other system may have 10 lines per screen so hw to set ...

    Boxes in SAPScript

    Hi,I need to create different boxes in the sapscript. The place to create the boxes are in the main window.for eg. there needs to be a line item box and as the line items finishes there has to a separate box for other texts.How do i identify where th...

    Resolved! Accepted Solution

    Read stmt

    hi all,i want to retrive the data of particular material for eg : starting with ' D 'using READ statement.iam using like this:READ TABLE IT_PROP INTO WA_PROP WITH KEY MATNR = 'C%'.it s not working.

    Resolved! Accepted Solution

    How to get Business Partner from Installation in SAP- utilities?

    HI Experts, Is there any bapi where i will get the business partner by giving Installation as input in SAP-utilities.Transaction code - es32.Input any installation number.then enter.You can find the current business partner field.Or any table which ...

    for module pool

    Hiiiiiiiiifriends i wanna discuss that i had created a module pool with tabstrip and calling 7 subscreens in that i had save button for that lets suppose 0001 is main screen 0002,0003,00034,0005,0006,0007,0008,0009 are subscreens that r called in mod...

    Resolved! Accepted Solution

    Bapi query

    hii alllI am using KGAL_CREATE_CYCLES for uploading the data into the transaction KSU1 but there are few screen fields which i am unable to find please help me for finding those fields1 iterative (its a check box)2 Object Currency (its also a check b...

    SSO Configurationj

    Hi Everyone,We are using EP 7.0 and ECC 6.0. We need to establish a SSO connection between the portal and the backend system.We have done the necessary configuration for the same but we are getting the following error while we are trying to access th...

    table

    HELLO FRIENDSAs we assign mandt field for adding default client of the system logonMANDT MANDT CLNT 3 0 Clienti want a fieldcreby like system user logon automatically enter in that if we create enteries in database Hope this is possible reply H...

    Resolved! Accepted Solution

    Selection Screen

    Hi,In my requirement, i have 4 fields in the selection screen which are mandatory as well as the values have to be validated against the standard tables. when i give some wrong value and then press enter, i need all the fields to be greyed out and th...

    Labels in this area

    Explore this Area