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

    What is cluster table ?

    Hello everybody , BSEG is a cluster table in SAP . Has anyone know about this type of table ?because of i can not find this table when i login the DBServer & use SQLPlus .And as i know this table is combined with another tables ...Is it define...

    Resolved! Accepted Solution

    Handling unit created with BAPI_HU_CREATE doesnt show up in Delivery

    Hi I m successfully creating a handling unit with the following code in a delivery user exit on Save. I can see the handling unit in the VEKP table. But if i open the delivery i cant see it. The VPOBJKEY has some weird value like 3342 instead of the...

    Resolved! Accepted Solution

    Error in Smartform

    I was trying to practice a smartform listing the sales order details. I am done with steps in smartforms. On activating I got 2 errors 1) %code1 "T_ITAB is not an internal table - the occurs n specification is missing 2)%loop1 "T_ITAB is neither spec...

    BDC for ME41

    Hi All,Can anyone help me to write BDC for ME41.I am working on 4.6c, when i do recording for transcation ME41 it hits up with error "Make entry in all required fields" while moving to second screen. The problem is the moment i hit enter from first s...

    Resolved! Accepted Solution

    itab problem

    Hi experts,I have created my itab like this..for ALV grid data: begin of gt_stage occurs 0. include structure zbitstge. data: field_style type lvc_t_styl. data: end of gt_stage. data: ls_stylerow type lvc_s_styl, lt_styletab type lvc...

    Resolved! Accepted Solution

    Spool file Wrapping issue

    Hello experts,I have an issue with the output of a report. If I run the program on line, the output is okay. If run in background, the output is sent to the spool file. The problem is when view the report in spool file, the report column wrap arou...

    Resolved! Accepted Solution

    LSMW Direct Input

    How do i check the log for LSMW direct InputAlso When i run the LSMW program the LAST STEP has Start Direct InputWhat all step do i need to select to make the program run AutomaticallyNow i tried running the last step but had to press Enter key until...

    Resolved! Accepted Solution

    Regarding includes

    Hi frnds, There is one TOP include in which one internal table is bein declared.called as "IT_AB_CD". There is one more include in which a table is declared localy called "IT_A_B".SO can we assing like this in the second include program...

    Resolved! Accepted Solution

    innerjoin

    hi,SELECT amatnr aersda aaenam cwerks cpstat dlfmon INTO CORRESPONDING FILEDS OF TABLE itab FROM ( ( mara AS a INNERJOIN marc AS c ON amatnr = cmatnr ) INNERJOIN mard AS d ON cmatnr = dmatnr ) ...

    Resolved! Accepted Solution

    internal table declaration

    I know that code#2 is the advisable and new form of declaring internal table. Im new to abap and I want to know the difference between the two codes and the advantage/disadvantage (if any) of one to another. <b>thanks a lot. </b>-code #1-data: itab2 ...

    Resolved! Accepted Solution

    Message

    Hi,I want to do selection screen validation in Abap Query.For that iam writing error message, it is asking message class.Please let me know how i can do input field validation in abap query.regards,vijay

    Resolved! Accepted Solution

    SPDD Help

    Upgrading from 4.6c to 4.7 I thought SPDD would take the 4.6c indexes and domains using the ADOPT MODIFICATIONS, but it seems like I see the differences but not move the changes from 4.6c to 4.7 automatically. How should these be applied? Also, I hav...

    Labels in this area

    Explore this Area