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

    exclude generated objects from code inspector / ATC checks

    Hi experts! I want to exclude generated objects (e.g. generated function groups for table maintenance) from the CI Check as they're only producing a large number of messages in the result list but cannot be fixed. I want to exclude them from the ch...

    Manage Customer Master Data using vmd_ei_api=>maintain_bapi for change customer then vendor

    Hello all, When I change some data in Customer and these changes pass to vendor by workflow which use the vmd_ei_api=>maintain_bapi. When we use transaction XD02 everything work correct. When I change data in customer by own program (using vm...

    Resolved! Accepted Solution

    print issue

    Hi Experts I only need print 1 page. But it is same with 5 page. Can you help me ? Thanks in advance The code is following. FORM frm_print USING p_formname. DATA: lf_fm_name TYPE rs38l_fnam. DATA: ls_control_param TYPE ssfctrlop. DAT...

    Resolved! Accepted Solution

    Tag XML su ABAP

    I am generating an XML from abap transaction "XSLT_TOOL". How do I edit a tag that refers to the xml name space? I have to create a tag that contains the ":" and that through the simple transformation I cannot insert (the specific tag is cbc: ID). Th...

    Resolved! Accepted Solution

    Why can't we pass data ref variable of type string to perform with USING import par TYPE REF TO data

    Why can't we pass data ref variable of static_type string to perform w/h USING import_par TYPE REF TO data? REPORT ZABAP_OBJECTS_STRING_VAR_REF. DATA: lr_string TYPE REF TO string.CREATE DATA lr_string.lr_string->* = 'String'.PERFORM pass_string_...

    rajivsap by Explorer
    • 3427 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Consume rest web service in ABAP

    Hi all,i need to consume this link and get field( no, id, nik, tgl, sap_flag, and message ) in JSON format and then i'll take it to my internal table. how can i get it ?i dunno how to consume using body ( getdate and idmesin ). *Variable HTTP Cl...

    jandrivay by Participant
    • 10902 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Performance Tuning

    Hi Experts, I've few queries related to performance optimization. 1. What is the best way to get the exact response time? I read somewhere like we should repeat the activity (like saving/editing) twice or thrice before starting the trace. Each t...

    Resolved! Accepted Solution

    access components of object referenced by o_ref of static_type OBJECT w/h dynamic_type of cl_class

    How to access attributes and methods of object referenced by object_reference of static_type OBJECT created with a dynamic_type of cl_class where cl_class its own attributes and methods. CLASS cl_name DEFINITION. PUBLIC SECTION. DATA title TYPE...

    rajivsap by Explorer
    • 3185 Views
    • 8 Comments
    • 0 Likes

    OpenSQL Insert with Subquery ( with Window function ) dump on Syntax Check or Activation

    Hello All,I have a requirement where a column of table needs to be populated with Row Number based on some grouping of columns and I was trying to leverage the Open SQL's window function. The window function works fine when using in Select but when a...

    SO created in ECC is reflecting in GTS system by API /SAPSLL/API_6800_SYNCH_MASS in system

    by creating Sales order in ECC system..its is created in GTS system using API '/SAPSLL/API_6800_SYNCH_MASS' in GTS system ..and its called by include program /SAPSLL/DOC_DISTRIBUTE_R3 in ECC.. i am creating SO in ECC system and that SO is created i...

    Resolved! Accepted Solution

    Not able to delete DELETE lt_infty_0001 where begda GT sy-datum AND endda LT sy-datum.

    Hi All below is the code, where trying to delete the entry. But below delete statement is not working in production, though the same code is working in testing and quality environment. Please help to fix the issue DATA lt_infty_0001 TYPE STANDARD T...

    Bin contain in two storage types and if I enter Bin the drop down should show two storage types

    I have a requirement for RF gun programming If I have two storage type Storage type: 001 and 002 Storage bin: Bin_S So Bin_S is contain in storage type 001 and 002 as well. When I enter Bin_S on in/out field immediately drop should appear w...

    Resolved! Accepted Solution

    #ABAP_Trial Install.sh error

    #ABAP_Trial Hello expert, I'm trying to set up AS ABAP 7.52 SP04 on my Ubuntu(Linux Mint). I'm following the readme file and extracted all the rar files(11 files) by using unrar command. After I executed "sudo ./install.sh" I returns error(At...

    aoyang by Contributor
    • 2821 Views
    • 3 Comments
    • 0 Likes
    Labels in this area

    Explore this Area