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

    Ecommerce - SAP interface

    Hi Experts,Need your expertise in designing the interface. We are designing a web application for customers to order online. Later these orders willbe uploaded to SAP.We are planning for customers to view the realtime pricing. Inorder to acieve this ...

    Resolved! Accepted Solution

    Dump with REUSE_ALV_FIELDCATALOG_MERGE

    Hi Experts,Dump error as : the abap program lines are wider than the internal table.Kindly check below program and execute once and let me know the issue.TYPE-POOLS: slis. DATA:it_fieldcat TYPE slis_t_fieldcat_alv. DATA: BEGIN OF it_t001 OCCURS 0,   ...

    Resolved! Accepted Solution

    BADI ME_PROCESS_REQ_CUST Method POST update BLCKD field of PR ITEM

    Dear Experts,I am trying to update the fields BLCKD and BLCKT i.e. Status as blocked and some text in Block Text field for a PR Item.Implemented BADI ME_PROCESS_REQ_CUST method POST for this but even after using the SET_DATA method when the PR is sav...

    select stmt going to dump

    Hello Experts,This is a simple select query in STD SAP Function Module  /1PWB/20020120307183419. This  should actually fail as there are no matching entries between the tables DFKKKO & DFKKOP. But, code stops here, does not go thru and is taking 2 hr...

    sy-dbcnt for select * statement

    Sir,           The statement is                                     loop at record.                     select * from vfkp where fknum = record-FKNUM_001.                     endselect.                     if sy-subrc = 0.                           i...

    Resolved! Accepted Solution

    How to display Total, Mean Value, Maximum, Minimum, and Count in List Viewer?

    After generating and displaying the results in List Viewer, I selected "Edit", then "Calculate" from the menu (see attached screenshot), but the options of "Total", "Mean Value", "Maximum", "Minimum", and "Count" are grayed out.How can I use those fu...

    Resolved! Accepted Solution

    Paticular Columns in the Row editable based in logon user name

    Dear Experts  Can anyone let me know "How to make particular columns editable in the row of the alv grid in oops-alv"?  For Example : In Row-1 i need to make edit only first two columns if  user = my_sap_user.    Guide me with any example/links which...

    Resolved! Accepted Solution

    is a table without header line and therefore has no component called

    Hi!I'm going crazy with this code, can anybody help me please? The error is "is a table without header line and therefore has no component called ... "Thank you!!!data:          t_vuelos  TYPE BC400_T_CONNECTIONS,          wa_vuelos like LINE OF t_v...

    Resolved! Accepted Solution

    Dynamaic selection screen in module abap inside a tabstrip sub screen.

    Hi,Iam working in module pool program.In that i am using a tabstrip.In screen 2002 (main screen) i am using a tabstrip.In the below snap shot, in the Model tab, i am using a subscreen SUB2 in which i am calling a selection screen. On clicking RADIO2 ...

    how to display a message as output in a report from message class with write statement?

    how to display a message as output in a report from message class with write statement?for example:if there is a message class zmsg,message number 000 has "material & is not in mara"if am uploading some values through BDC with some set of material nu...

    Create monthwise column in report for matnr based on fkdat-low and fkdat-high parameter

    Preparing a report with output           ZBUSCODE.         BZIRK.        ZINDV.        MATKL        NETWRthe NETWR will be shown in columns Month1 to Month 12, depending upon what date parameter the user inputs. If Date parameter has only fkdat-low ...

    Resolved! Accepted Solution

    ALV help for navigate to co03 -> Go to -> Cost -> Analysis when click on aufnr field

    Dear Abap'ers,I have an issue in ALV Report, where the report must navigate CO03 -> Goto -> Cost -> Analysis when clicking the Production Order No. on the Report.I tried this Code    case ucomm.    when '&IC1'.      case is_selfield-fieldname.       ...

    How do I capture error messages when creating the collective PO (through Tx. WF10) and display these in an Output of a custom report.

    Hi Gurus,I need to create an error displaying report for collective purchase order,SAP provides system messages once the Collective PO process is run (program SAPMWFRM1 or via Transaction code WF10); however the information is at a very high level wh...

    Labels in this area

    Explore this Area