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

    Change (convert) delivery quantity

    Dear all,Does anyone know how I can change the delivery quantity ?What we ant to achieve is the following:- an order has been created with a quantity in sales units for example 10 BAG- at creation of delivery, we would like to convert the sales order...

    kumaro412 by Active Participant
    • 2687 Views
    • 7 Comments
    • 0 Likes

    Getting Dynamic XPOS and YPOS for drawing the line in MAIN window in SAP Script using BOX command

    Hi Experts,I am trying to draw a line using the BOX command in the main window./:         BOX HEIGHT 0 TW FRAME 10 TW INTENSITY 100I want to draw a line in XPOS and YPOS dynamically..Is there any way to find such I can draw a line dynamically after t...

    Resolved! Accepted Solution

    Info set - Internal table

    Hi,I need to add an internal table to my infoset to extract the KONH-KNUMH. In particular, I've add the following codes:DATAdata: I_CONT type table of KONH,         S_CONT type  KONH.INIZIALIZATIONselect KNUMH VAKEY from KONHinto corresponding fields...

    Resolved! Accepted Solution

    Select Query with Aggregate functions, Group By clause vs. Simple Select Query

    Hi,I have a requirement in which I need to sum the quantity field(mseg-menge) from Mseg table. In this I am using inner join also. I can write the select query in two ways:1. Select with SUM and Group By  clauseSELECT mseg~matnr            mseg~werk...

    CSS in HTML Template ....

    Hi experts,Can you please tell me how to embed CSS file in the HTML Template ??Below is my Template Code:`SAP_TopInclude()`<html>  <head>    `SAP_PageTitle()`    `SAP_Stylesheet()`    `SAP_JavaScript()`  </head>  <body `SAP_BodyAttributes()` onload="...

    Resolved! Accepted Solution

    Dynamic table in a table.

    Hi Guys, I would like to declare a row in a internal table as dynamic table, like this:types: begin of typ_sentences,         period         type bu_txt5000,         ref              type data,         nested_dynamic table TYPE ????,        end of ty...

    Resolved! Accepted Solution

    date field validation

    Hai Experts,    In ME21N, developed a screen exit at header level in that screen put date i/o field.Now my problem is to verify date i/o field based on the field under the 'Additional Data'  in that have the 'Validity End' I/o Field.How i validate it...

    Remove a column in SALV

    Hi,I am using SALV for display.In this I am using the factory method as below :-Data :   ref_docking_hdr       TYPE REF TO cl_gui_docking_container,            ref_hdr         TYPE REF TO cl_salv_table.           cl_salv_table=>factory(          EXPO...

    I need to read a reference inside of a data object

    Hi Developers,I need to read some data that is nested deep inside a method. My situation looks like this:data object     IREF_MDO_DATA       Type    Reference          v         OREF_MDO_HANDLER   Type    Reference              v             STR_DOF_...

    Resolved! Accepted Solution

    why ?= used in wide casting

    in wide casting , if we are assigning super class object2 to super class object1 using '?='. having the same effect as '='. so y we need to add '?' in wide casting. class lcl_super DEFINITION.   PUBLIC SECTION.   METHODS method1.  ENDCLASS.  CLASS lc...

    Labels in this area

    Explore this Area