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

    user exit

    Hi all,i have a questions for things that i dont know even how to start - i hope you can help me.i have a few transactions, that i have to check if there is a possible to add tabs.the transactions are:1. FOE1- i need to check if there a possible to a...

    date format

    Hi All,i have date format in 20060921(idoc format) ineed to convert the format into 09/21/2006(va02 format) how to convert.another thing is this date format comes from the idoc and it has to be entered into transaction VA02(customer request date).do ...

    Resolved! Accepted Solution

    How to check if the data is already available in the table or not

    HI,I am working on reports, i have a test data, i need to check whether the test data values are already available in the table,If the values are already available in the table then i need to update the table otherwise i need to insert the values in ...

    alv report

    Hi frnds, can anyone throw some light for the below requirement.i hav to create a report for the Product Price Variance (PPV) for Standard Cost, PO Price and Invoice Price. frnds can u tell me what is the functional requirement of the followi...

    Resolved! Accepted Solution

    zterm

    why is zterm field used for ? why is that in 2 different tables for eg.knvv and knb1..for the same cust ( kunnr )...has different values for Zterm,for the same date.for eg in knb1 so45 and in knvv so7a,what does that mean,when the customer is same ?

    Resolved! Accepted Solution

    Change Pointer Method

    Hi All,I am using object OIF_PBL for change pointer method.Whenever I make any changes by Transaction O402, table CDHDR and CDPOS. But I need that changes should also reflect in table BDCP.Because it is required for change pointer method. What should...

    Resolved! Accepted Solution

    CALL TRANSACTION FD02

    I need to call transaction FD02, customer number is stored in gs_data-kunnr, I want to suppress the first screen but didn't succeed, here is my code: DATA: bdcdata_wa TYPE bdcdata, bdcdata_tab TYPE TABLE OF bdcdata. DATA opt TYPE ctu_params...

    Resolved! Accepted Solution

    Screen Exit

    Hi All,Im working on a screen exit, i need to have some 7 fields in one subscreen and i need to display this subscreen based on EKKO-EKORG,but this value will be given by user in previous screen,how can i fetch this field in my screen exit,coz if i c...

    Resolved! Accepted Solution

    DATA DISPLAY

    Hi, Here i want to display first and second data of each material no which i was sort decending by material no and date.but i could not get the data for the multile material nos.below is the coding i used.for each matl no i want to display the fir...

    Resolved! Accepted Solution

    Change request

    Hi all, I tried to amend a program YM_PO_MENU_V02, but i end up with the following information."Changes to YM_PO_MENU_V02 are fobidden by sapzi(where sapzi is another developer)". what should be done for me to do changes.Please send your suggestions,...

    Resolved! Accepted Solution

    UPLOAD a .XML file

    Hi!!I need upload a .XML file, but the report don´t show me it complete.I have this code:DATA: begin of tab_fin occurs 0,r(500),end of tab_fin..break sandovalj.CALL FUNCTION 'UPLOAD'EXPORTING CODEPAGE = ' ' FILENAME ...

    Resolved! Accepted Solution

    Perform Statement

    Hello friends,I have 3 internal tables itab1, itab2, itab3.I have a perform statement and each time i access the perform it has to do work with different internal table.I can write 3 perform statements but I am thinking will it work only with one per...

    Resolved! Accepted Solution

    question reg. concatenate

    In a report, i want to concatenate:'User requests' vbeln 'info' into a workarea and display it on the output.(where vbeln is replaced by a sales order). For ex: a sample output would look like:User requests 0000012345 infoCan you give me a sample cod...

    Labels in this area