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

    SubScreen For MM01

    Hi All,I'm a n abaper & I need to add a subscreen tab to MM01 Transaction and include some new fields in it.I made a search & found out some tcodes like omt3b,omt3c etc.But i didn't get the steps like where to start from.Please let me know the steps...

    Resolved! Accepted Solution

    How to set Null / Empty value for Drop down list on ABAP Intractive forms

    Hi,Iu2019m using Drop down List and I'd like to have the first entry as "Empty" automatically be selected the first time that the interactive form is opened. Iu2019m using ISR DDL 1st Element preselect for Drop down list and values are populating dyn...

    Resolved! Accepted Solution

    adding a text zone in VBEP

    I used scheduling agreement , I want to have the possibility to enter a text zone containing the customer's order number for each schedule line When customer orders quantity they give there own order number to the sales assistant , it might be great ...

    Resolved! Accepted Solution

    parameter is not defined

    I am getting a dump in ECC 6.0that,"Function module "SAP_WAPI_CREATE_EVENT" was called with the parameter "EVENT_CONTAINER". This parameter is not defined."When i check this FM , there is no table parameter EVENT_CONTAINER defined in it.CALL FUNCTION...

    Resolved! Accepted Solution

    Need help to cast

    Hi all,i need some help. I need to create a new method in class CL_PO_ITEM_HANDLE_MM, so i have created a new class named Z_CL_PO_ITEM_HANDLE_MM and inherited from CL_PO_ITEM_HANDLE_MM class and add a method name CHECK_ASSIGNMENT.Now i would like to ...

    convert otf ascii

    Hello.I am trying to convert a smartform in pdf. But when i want to download it to a pc and open it, it says that is damaged when i try to download it in ascii format, but when it is in bin format it works.i need download it in ascii format because i...

    Resolved! Accepted Solution

    doubt in submit

    Hi Expertsi am doing a report where i have been asked to use SUBMIT for tcode (FBL3N) my inputs arecompany code(Bukrs) Posting date(Budat) station username vendor no (Lifnr)Now what i want to know is.....i can take company code posting date but how...

    Resolved! Accepted Solution

    Workflow issue

    Hi All,I have an issue with a custom workflow which is used to Add Change and Delete materials across the plants. I am creating a request for new material to be added through the workflow; can anyone let me know how to get to the step (in the workflo...

    Resolved! Accepted Solution

    Doubt in Strings

    HiThe maximum size of data a string can accomadate is 255. What i will do if the count is more than 256. The problem is when i am trying to store 300 characters in a string and print it into a smart form only 255 is displaying. But i need to print mo...

    Get the date range

    Hi,There is a requirement that we need to get date range.This date range will be arrived at using the function module BKK_GET_PRIOR_WORKDAY. The factory calender id is GB. It should return the date range. Therefore, for weekends the date range will b...

    Resolved! Accepted Solution

    Table to get the details of all transaction codes for which user is authori

    Dear Friends,My requirement is to prepare a user authorisation matrix report.Can anyone provide me the details of the tables which contain the user value/name and the transaction codes for which he is authorised. As shown below.User----> T.codeU1----...

    Resolved! Accepted Solution

    bdc report

    i have written report for BDC for creating of sales order by VA01 tcode by uploading a file...i have done with file pickup and populating to perform fields...i m unable to handle table control becoz i may get many materials and quantity feilds to be ...

    Resolved! Accepted Solution

    File xxxx is not open.

    HiI get this error message while I perform this code ?What is wrong right here ?data: textline(80) type c. data pa_file type string. pa_file = 'C:\hallo\test.dat\'. IF SY-SUBRC <> 0. ENDIF. start-of-selection. OPEN DATASET pa_file FOR OUTPUT in ...

    Labels in this area

    Explore this Area