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

    ABAP datatype..

    Hello,I am doing following operation.temp_buzei = '001'.i_output-buzei = temp_buzei.w_buzei = temp_buzei + 1.w_buzei is defined same as temp_buzei.I want '002' in w_buzei but I am getting on '2'. How can I get '002' even after addition ?Regards,Raje...

    Resolved! Accepted Solution

    BAPI_GOODSMVT_CREATE

    Two issues:My code created the material document, but I do not see it in MB03. I used a commit work in the code after the BAPI executes. Do i need tpo do a 'BAPI_TRANSACTION_COMMIT'?Also, Now it says I have it locked when trying to test some more. Is...

    Resolved! Accepted Solution

    Sales Open Orders

    Hi Experts,I am trying to create an infoset query which allows the user to see the items, quantities and amounts still pending in every sales open order.Could someone of you tell me what are the tables in which I should look together with the logic? ...

    Resolved! Accepted Solution

    Errors occurred during activation of table BPDP_D_SAR_ROOT

    Hello,I checked table "BPDP_D_SAR_ROOT" in se11 ,it is in new status.Then i tried to activate the table.But i am getting "Errors occurred during activation".When i checked the logs,i found that:"Index BPDP_D_SAR_ROOT-IDX (field PARENT_KEY is not in t...

    small query....

    Hi frnds,In case of FOR ALL ENTRIES, we are checking the prerequisite, whether the table contains data or not, by using if TABLE IS NOT INITIAL.my doubt is, if we doesn't use the statement IF TABLE IS NOT INITIAL, then what happens.................k...

    Resolved! Accepted Solution

    Retrieving werks which starts with 'C' and ends with numeric character

    Hi All,I have written the code as SELECT werks FROM t001w INTO TABLE lt_werks WHERE werks LIKE 'C%'.The above statement will retrive all werks starting with C. But another condition to be checked is, the values should end with any numeric character.C...

    Resolved! Accepted Solution

    screen based on a table

    hi i have created a screen based on a table and unter the part process before output in module status_2001 i want to add a selection into the fileds in the screen i created which are in the same names as in the table i wrote:module status_2001 output...

    Resolved! Accepted Solution

    Search Help

    Hi Friends,I have created a search help and attached the same to a ztable for a particular field. When I use this field in the selection screen and click on the list of values button, the values are displayed in duplicates ie., the values of the enti...

    Page Number Display

    Hi Gurus, How can i print page numbers in standard report ( FAGLL03 ) which is not available now? I can use sy-pagno , but where exactly i need to add that , i tested the report by adding the code in end-of-page but i didnt get the output correctly ...

    Resolved! Accepted Solution

    package creation

    Hi. I am using an ides at home. I am trying to create a package and on part of creating a request. Please help me on what to put on the target field. I am just following instructions from a website and the website did not explain what to put on the t...

    Resolved! Accepted Solution

    Smart Forms

    hai guysi have doubt in smartforms i.e.I have two clients 200 and 204.i.e 200develpement client and 204testing clientproblem is that in 200 print preview is comming as i executing the smartform but when i am testing in 204 by using transaction code V...

    Resolved! Accepted Solution

    set a particular radio button checked rather than default in screen painter

    Hi all,Here is my code for selecting one transaction when clicking one of the two radio buttons.Here the first radio button is selected defaultly during execution.My requirement is 2nd radio button should be selected,How can i do this? Can any one he...

    Labels in this area

    Explore this Area