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

    Field Symbols help

    HI,i have to use read for table type field-symbolsi try FIELD-SYMBOLS: <col_actual> TYPE STANDARD TABLE, <t_act> type any. READ TABLE <col_actual> ASSIGNING <t_act> WITH KEY child = wa_node_tab-znode.and i get error :The specified type has no st...

    Resolved! Accepted Solution

    SE30 for a Background job

    hi all,i have a BDC batch job with a performance issue.Since it is a BDC report, i have to click on windows each time i run the report online.as there is a performance issue, i tried to do a runtime analysis using the same variants, but its not possi...

    Print Pdf in SAP

    Hi Guys,I have a requirement to print a pdf document in SAP that is stored in a binary format. The pdf document should be printed in background with no user interaction. I have been investigatng ADS and looking into using the if_fp_pdf_object interfa...

    Resolved! Accepted Solution

    Company Code and NIF

    Hello,I would like to now on which table is maintained the company code and its related NIF, for example BUKRS = SAP1 STDC1 = 000389838But I have not been able to find on which table this data is saved.I already asked to our functional team but no an...

    SAP Toolbar on FB03

    I plan to access the SAP Toolbar on FB03.Is this screen using SAP Toolbar BC-CI?I plan to use code similar to this for adding a button:http://help.sap.com/saphelp_nw04/helpdata/en/8f/bcc23657ad0730e10000009b38f839/frameset.htmTo access the existing T...

    Resolved! Accepted Solution

    implemented BADI to add custom screen to VD02 - how to get data to fields?

    hi..i have implemented CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS to add a new screen to Customer Master maintenance tcodes. When I run VD02 (for example), I get my button and when I click it, my new screen with new fields show up.I need to be able t...

    Resolved! Accepted Solution

    ABAP Code

    Hello friends,I am changing data at the table level and am able to do it. owever just for Safety purpose We are planning to make the entire table data as a Backup. when we change the data in tables and if something goes wrong we want to restore this ...

    Code for - 1 Record

    Hi, How can i achive the following please see example below.select * from MARA where MATNR = 'MATERIALB'Write: MATNR.So in the above statement i want the record to find Material B and show me the previous record if that makes sense.Suppose the t...

    Resolved! Accepted Solution

    How to make SY-DATUM in the TO portion of the Selection option in a variant

    If I want always the TO portion of the selection options in a variant of a non custom program to be SY-DATUM, how do I do it? I cannot modify the program as it is a non custom program. I just want to make to TO portion of a variant to be always SY-DA...

    Resolved! Accepted Solution

    Table USREXTID

    Hello,I was wondering if anyone could explain me what is the use of type LD in table USREXTID. I am looking for a way to login to an R/3 system through LDAP, and this option caught my eye. Can anyone give me some information about it.If this section ...

    Resolved! Accepted Solution

    new line break problem

    Dear All,I am inserting some lines text into a TextEdit Field on the WebDynpro side and save it.SAP Backend-System interprets new line breaks (line feeds)which I have entered before beginning the next line through pressing enter buttonas ##. This inp...

    cant open the file

    hi guyz,i am trying to open the file (.txt) using program but i cant for some reason..when try wid run .....the file is there in specified location...sy-subrc = 8.code:OPEN DATASET p_file FOR INPUT IN text mode . IF sy-subrc = 0.Upload data from FI...

    Labels in this area

    Explore this Area