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

    po not displayed

    hi all.i created a po by using the bapi (BAPI_PO_CREATE1). after created there is no mess in bapi error table, but the po is only in document overview and tables of po. if i use me23n or me22n to display mean it show the error 'this po is doesnot ex...

    Resolved! Accepted Solution

    At line selection

    Hi All,In my report program...I am displaying like below..Sales order <Number1 #> has been Saved.Contract <Number1 #> has been Saved.Sales order <Number2 #> has been Saved.Contract <Number2 #> has been Saved.Sales order <Number3 #> has been Saved.Con...

    Resolved! Accepted Solution

    string

    dear gurus,DATA : v_string TYPE string.DATA:BEGIN OF itab OCCURS 0, matnr LIKE mara-matnr, meins LIKE mara-meins, mhdhb LIKE mara-mhdhb, END OF itab.CONCATENATE itab-matnr v_maktx itab-meins itab-mhdhb INTO v_string SEPARAT...

    Resolved! Accepted Solution

    Save_text

    Hi!I use BAPI to post to gl account, and if it is successfully posted, I can get a document number such as :5100000009.I would like to insert my long text in internal table to accounting document, and found that FM save_text might be suitable for me....

    Dialog Programming

    Hi Friends,I have created dialog programming report, in which i have created two screens, the first screen has the material input field [mara-matnr], in the second screen i have language and material description fields from makt table [makt-spras, ma...

    Resolved! Accepted Solution

    Regarding select-options

    i have a selection-criteria for a variable. I want to copy all the values corresponding to that selection-criteria into an internal table. supposeselect-options: s_lifnr like.....data: begin of itab occurs 0, lifnr ....end of itab.in select...

    table maintenance

    Hi All,There is a customized(user defined) table.I want to add entries for the table, when i am trying to add entries through SM30 its asking for the Customizing request.Settings - Delivery and Maintenance :Delivery Class : C - Tried with A alsoData ...

    Resolved! Accepted Solution

    ABAP Dump while Changing the Layout fields in Report output - RCOPCA02

    Hi,I Copied the Standard Program RCOPCA02 to ZRCOPCA02. I added two new fields(AUART, AUGRU) in the report output. It is executing correctly with default layout, While Changing the layout for displaying new fields it is dumping.I am not understanding...

    Resolved! Accepted Solution

    Table maintenance problem

    Hi All,There is a customized(user defined) table.I want to add entries for the table, when i am trying to add entries through SM30 its asking for the Customizing request.Settings - Delivery and Maintenance :Delivery Class : C - Tried with A alsoData ...

    Resolved! Accepted Solution

    segment Type

    Hi all,A data extract consists of sequence of data segments. Data segments are characterized by segment type and segment Data.The following segment types are available:01 file Header02 Segment directory03 Meta data04 Selection criteria05 Data Records...

    Resolved! Accepted Solution

    ALV PROG

    Hi!,This is my ALV Prog. Which shows error. First screen is displayed properly but second screen is containing error. Could you all tell me that where is the fault.When executing second screen it shows that field symbol is not defined.Please correct ...

    Resolved! Accepted Solution

    Interactive ALV's

    hi is there any way to capture the entire row value when we click on the first list becoz depending on 2 fields values i want to display data in the second list.currently i am using the following method but it is capturing only 1 field value.ra_selfi...

    Resolved! Accepted Solution

    Blank lines on everypage

    Hi All The requirement is to print an abap list output on company letter head so I need to skip few lines at the start of every new page.I am not sure where to put NEW-PAGE command in my code.Will it be inside my LOOP ..ENDLOOP? or any other t...

    Dialog modules

    Hi,i created dialog module for customer master display first screen.i am calling the above created dialog module in my program by exporting all the details of that screen and i want to import the data which is in the next screen (comes after executin...

    Labels in this area

    Explore this Area