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

    ALV Field Catalog - key field not enabled but field still colorized

    Hi ABAP Experts,In my subroutine Create Field Catalog,  the column Sold-to Party is always be color-coded in display although I disabled the KEY field catalog option ( WA_FCAT-KEY = 'X' ).  I also tried to re-activate the report many times but it did...

    Resolved! Accepted Solution

    Problem with PF-Status in the list ouput during screen processing

    Hi,I have a executable report program. After selection screen execution program will go screen 100 with pf status 100_STATUS. From the screen 100 when user click on SAVE , will do some posting and will write the output to list output .  If I still ha...

    Resolved! Accepted Solution

    Use of inserting record with sy-tabix in at new and at end

    Hi all,I have some logical issue while using at new and at end of concept .My requirement, calculated record will insert on the at end of section.Pls see my code here.IT2[] = IT1[]   " it contains more than 50 records.sort it1 by date plant material ...

    Resolved! Accepted Solution

    Problem with Inheritance in SAP ABAP

    I Inherited a Standard Class to  cl_cmpic_mail_wrapper_base to CL_CMPIC_MAIL_WRAPPER_BASE to YCL_CMPIC_MAIL_WRAPPER_BASE and written below code. DATA : lr_obj       TYPE REF TO cl_cmpic_mail_wrapper_base,       lr_sub_obj   TYPE REF TO ycl_cmpic_mail...

    Resolved! Accepted Solution

    ORDERS05 at item level

    Hi,I have a requirement to send ORDERS05 idoc for each item in a po at creation/change/deletion. it has some enhancements and also some changes in the std idoc segment values. this will be triggered from a custom program assigned to an output type.My...

    Resolved! Accepted Solution

    How to create a range table dynamically to be used in Dynamic select query?

    Hello Experts, I am facing an issue in creating the range table which can be used in a dynamic select query. E.g. As below loop at itab into wa.lv_fieldname = wa-fieldname.Now, have to create range table for this field which can be known in run time....

    Resolved! Accepted Solution

    API Management usage

    Hi Experts,Now with SAP's roadmap alignining closely with APIs for S/4, C4C, SFSF, ,Ariba etc, how much of % of usage does each customer implementation of this require the usage of APIs?I was recently part of a mini S/4 implementation where the funct...

    Resolved! Accepted Solution

    ZTable for data selection

    Hi Abaper,I created ztable to store GL Account for selection record in COEP table. So, in my program, firstly I get GL Account from ztable. Based on that GL, I query to COEP table. But, not all record are selected. When I hard code GL account directl...

    How can we use general standard tables of sap like mara and marc for creating views in hana.I am having a trial access to AWS CAL system of hana for abap.

    How can we use general standard tables of sap like mara and marc for creating views in hana.I am having a trial access to AWS CAL  system of hana for abap.When I create views  how can I Insert common and general tables of SAP in those views ?

    Resolved! Accepted Solution

    CALCULATE_TAX_DOCUMENT + without error by default ?

    Hi Experts, I am working on a custom idoc interface for invoice posting. I am using bapi_acc_invoice_receipt_post. Issue: I need to show the vertex error with taxes as bapi return message, as it shows while posting in FB60 - Tax entered incorrect (co...

    Resolved! Accepted Solution

    creation of superclass for reusability, how to define DDIC types in methods?

    Hi everyone,For our inbound interfaces, I'm planning on creating a superclass for each BAPI we'll be using. Within it, I'll have a method for each table/structure that the BAPI can accept.For example, we are using 'BAPI_ACC_DOCUMENT_POST'. I have cre...

    robphelan by Participant
    • 2437 Views
    • 10 Comments
    • 0 Likes
    Resolved! Accepted Solution

    SQ02 conversion exit TPLNR

    Dear All,I am using SQ02 to fetch functional location from table: ILOA field TPLNR. I wrote ABAP code  as the following: --------------------Clear ZTPLNR.select TPLNR from ILOA into ZTPLNR where ILOAN = ZILOAN.endselect.--------------------ZILOAN is ...

    Resolved! Accepted Solution

    SQ02 InfoSet Left Join Problem

    Hi, I'm not sure if this is the correct area to post this, if not please let me know.In SQ02 I have an InfoSet table left join but the records are only returning as if it's an inner join (Only records that are in both tables). Any ideas? My join scre...

    bkilboy by Participant
    • 11813 Views
    • 10 Comments
    • 0 Likes

    Dynamically change the value of selected row in BDC for transaction IM42

    hello all,my requirement is to update budget for Multiple PM orders say( 910000000164, 910000000165),i have written a BDC for IM52 which is subsequently calling IM42 transaction,in my BDC recording code , perform bdc_dynpro      using 'RAIMSELM' '100...

    Resolved! Accepted Solution

    After F4 only one field change on selection screen - need also to press enter

    HiI have created a report, where my selection-screen looks like this: SELECTION-SCREEN BEGIN OF LINE. SELECTION-SCREEN COMMENT (28) defloc7 FOR FIELD p_delo7 MODIF ID qm1.. PARAMETERS p_delo7  LIKE viqmel-qmgrp MODIF ID qm1 DEFAULT c_del07. PARAM...

    Getting error CX_ST_REF_ACCESS:XSLT exception.Error accessing the ref. node 'TREASURY_ACC_SYMBOL'

    Hi Team,We have developed Web service to create sales order in SAP. While testing the web service in SoapUI, we get below response however order gets created in SAP. It works fine in development but fails in Quality. Any valuable feedback would be ap...

    Labels in this area