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
    • 94640 Views
    • 212 Comments
    • 39 Likes

    enable check box

    Hi ,I have two check boxes (P_box1 , P-box2).If i Enable box2 should be in Inactive mode.If i disable box2 box1 should be active mode.I wrote my code like this .But its not workingAT SELECTION-SCREEN OUTPUT.if P_box2 = 'x'.LOOP AT SCREEN.if screen-na...

    Resolved! Accepted Solution

    Add 2 strings together

    Hello,i have a really weird error message here:say I define 2 dta type c objects:data: tot_str(50) type c, sub_str(20) type c.then I do tot_str = 'ABCDEF' & substrassuming both tot_str and sub_str are already initialized.However, the error me...

    Resolved! Accepted Solution

    Table Control

    Hi all,I'm creating a table control using internal table like the example below:data: begin of itable occurs 0,item like ztcn08-item,name like ztcn04-name,amount like ztcn08-amount,price like ztcn08-price,whs like ztcn10-whs,end of itable.What I woul...

    Hi all

    I followed the note listed below, but I was unable to activate the foreign key for RFPNT. SymptomIn the standard network, for the activities, you can save reference points for the BOM transfer.You can enter values which have not been created via Cus...

    Resolved! Accepted Solution

    Start md04 with pre-values

    Hi,I want to run the md04 and when the transaction starts i want to fill the Material field and the plant field with two values that come from the program that calls the transaction and give the ok code to go to the screen that gives the information ...

    Resolved! Accepted Solution

    Abap HR basics

    Hi Team, Just started ABAP HR and need some help from you guys. Wanted to how to read, update, created and delete a record in any infotype. I have basic knowledge like to read any latest or first record we have macro RP_PROVIDE_FROM_First/Last ...

    BAPI Extensions

    Hi All, Requirement is for the Table : VBAK , there is one custom field appended by structure.Using Bapi I should update this Custom field.Using Bapi : BAPI_SALESORDER_CHANGE , but unable to update the field. Please kindly let me know how to pass the...

    Resolved! Accepted Solution

    Change Documents

    Hi, I am working on an interface where we have to send New and changed functional locations to other system.One option was to use Dates to determine this and the better option was to use Change Documents and Change Pointers.I have used Change pointer...

    Resolved! Accepted Solution

    ABAP TO XML file

    Hi, I am tring to Save an ABAP report output to xml file(.XML extension). I am using CALL TRANSFORMATION and could capture output in String format but not with proper indentation as an XML file. The syntax i have used call transformation (`ID`...

    Labels in this area

    Explore this Area