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

    List-box - USERCOMMAND

    Hello all,,am using the following code.How i need to work this listbox with user-command.TYPE-POOLS : VRM. DATA : VALUES TYPE vrm_values. DATA : VW LIKE LINE OF VALUES. PARAMETERS : LIST(10) TYPE c AS LISTBOX VISIBLE LENGTH 10." user-command INITI...

    Resolved! Accepted Solution

    BAPI_PO_CREATE1

    Hi Gurus,I am using BAPI_PO_CREATE1 for creating STO's. We are using SAP 4.7 Version. After executing the function module system is not saving the STO but it is skipping number range. any one please help me where the problem is. I am attaching th...

    Resolved! Accepted Solution

    Instead of Read statement

    Hai, READ statement is not working in SE24 Transaction, what is the instead way to use READ statement, If i want to move particular value to 5th row i can do by using READ statement but in SE24 Transaction READ statement is not working how i can do i...

    Resolved! Accepted Solution

    SNC-JCO

    Hi ExpertsCan you please help on how to configure SAP SNC for use between a non-SAP application using JCO.Client to an SAP R/3 ABAP system; and a non-SAP application using JCO.Server and SAPHR (iDoc)?Specifically:How do you configure the SAP system f...

    Resolved! Accepted Solution

    Doubts in using INNER JOIN

    Hi Experts,I am working on customizing a stock summary report.I have to output the details of Materials which are deleted in a given time period.I have 10 select-options from 4 different tables i.e MARA, MARC, MBEW & EKPO.I am using innner join for t...

    ALV Report

    Hi friends,I am using the below code now i want the result in ALV Grid. is it possible? please giv the solution.DATA BEGIN OF itab_list OCCURS 0.INCLUDE STRUCTURE abaplist.DATA END OF itab_list.DATA: BEGIN OF vlist OCCURS 0,field1(1000) TYPE c,END OF...

    Resolved! Accepted Solution

    Why three levels??

    Hi experts, Why any fields in the data dictionary has three levels of hierarchy or grouping? Why do we have data elements,domain and data types?Why datatypes alone is not sufficient for any field?I will reward points for clear explana...

    Reg: Bapi query!!

    Hi experts, is it possible to call a standard SAP transaction in a custom BAPI ?? How do we suppress the standard SAP screens if we can call the transaction??BAPI for creation of material document number by using static inputs like moment type 311, s...

    scripts query

    HI experts..Can anyone tell me the realation between a script and the driver program.1) Can one script have many driver programs or vice versa.2) Most importantly i have a few driver programs names and i want to know their respective scripts so how ...

    Resolved! Accepted Solution

    Purchase info record

    Hi all, I want to create purhcase info record for vendor as well as material.Is there any function module or standard program which can be used to create the same. Also for the existing info records I should set the deletion flag depending on some ...

    HR Punch Cards

    Hi Gurus, I want to know how to link the Employee Punch Cards with SAP so that the attendance details will be calculated automatically? Please give me the procedure how to link the external device and SAP?Points will be awardedThanksRavi

    Resolved! Accepted Solution

    Dynamic internal table

    Hi all,I wanna create an internal table based on table name provided in parameter and also i wanna fill and use that internal table.The code that i did till now is:TYPES: BEGIN OF x_field, fieldname LIKE dd03l-fieldname, position LIKE ...

    non ALV

    hi allam using the below statement using an ALV am getting the desired output but am using the below statements for a non-ALV report the first select statememnt that i mentioned below is executing and retreving the data but the second select statemen...

    Resolved! Accepted Solution

    Type conversions

    Hello,How is type conversion done in a statement likeDATA: date type d, string(10) type c. date = string + 1.If string has the value "20071031", will 1 be added as a string (resulting in "200710311" which is then somehow converted to a date), l...

    Non ALV

    hi allam using the below statement using an ALV am getting the desired output but am using the below statements for a non-ALV report the first select statememnt that i mentioned below is executing and retreving the data but the second select stateme...

    Labels in this area

    Explore this Area