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

    Saving Hexadecimal data

    Hi,I have a hexadecimal file , which I have in an internal table. The contents of the Iternal table are from a PDF file on my local machine, by calling: CALL FUNCTION 'GUI_UPLOAD'What I want to do is save this information in a database table, so tha...

    Resolved! Accepted Solution

    SAP Tables

    Hi,Can anybody tell me what all are the main delivery info tables in SAP And I would like to know if there is any way I can find out what all r the main tables in sap for a particular catagory like delivery, shipping, invoice etc.kelly

    Resolved! Accepted Solution

    Execute Authority Check With an different User then the logged on one

    Hello, is there any possibilty to make the command "AUTHORITY-CHECK" with another user then the user which is actually logged in into the system.For Example: my Username "USER1".Login with user "USER1". Run ABAP Pogramm to check if user "USER2" has t...

    Resolved! Accepted Solution

    ME21N Customer Screen

    Hi all,We created a Custom subscreen for ME21 and the same thing appears automatically in ME21N. The problem we are facing is that there is a Required field on this Subscreen and unless we specifically go to the CUSTOMER DATA tab, the required field ...

    Resolved! Accepted Solution

    SAP Query SQ02

    Hi,in SQ02 I want to select all materials from MARA that do NOT exist in MCHB. I know how to code it simply in abap (probably not the most efficeint:...select * from mara into wa_mara. select single matnr from mchb into wa_mchb-matnr where matnr = w...

    Extending BKPF

    My client wishes to add an additional field to the BKPF table using a database Append. I have stated that they would be better to use a 'Z' table to store the additional information but it seems that we will be extending BKPF.Does anyone have any exp...

    IDOC in LSMW

    Hey all,I'm working on lSMW using IDOC processing and BAPI.Iam encountering problems in the partner function.Can anybody guide as to how to go about the entire process of LSMW.If anyone have a suitable document or article for the same kindly post it ...

    Resolved! Accepted Solution

    zip uploaded documents

    We have some documents that the user occasionally uploads to a quotation in ISA for individual line items. I need to take these documents, zip them to save memory and pass them along to a 3rd party document management system.Does anyone know if ther...

    Resolved! Accepted Solution

    subroutine in PAI

    Hi,i´m developing a modulpool and in an INPUT module there is a sentence: perform do_selection.This form does exist in an include MZSDXXF01 but when i double click on it says that it does not.I´ve noticed as well that although all my form/endform´s a...

    rsbdcsub

    hello!i created through userexit a bi.i need to run the bi every time a session name is created.i tried to use program rsbdcsub and create a variant with the session name. through sm36 create a job that run every 3 minutes and runs the program rsbdcs...

    Resolved! Accepted Solution

    Date format conversion

    Hi, I am developing a interface using ABAP to Bank for Payment and returns. I need to convert the date in the following format. Input : March 25, 2005. Output required: 03/25/2005. I am creating my own function module for this conversi...

    regarding do loop.

    hey guysi have two questions.1-Does the IN usage in Select query wont retrieve(see) index from table(ie.only = opertion will take index in query?) SELECT BELNR BUZEI BLART MONAT MWSKZ HKONT SHKZG DMBTR INTO CORRESPONDING FIELDS OF TABLE ITAB_TMP...

    Labels in this area

    Explore this Area