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
    • 94927 Views
    • 212 Comments
    • 39 Likes

    ME12 - BDC

    Hi,Area: Inforecord - Vendor/MaterialMod.Pool: SAPMM06IScreen: 102Gui Status: IAAI have a Z program that updates data via BDC technology to ME12.Now I have a requirement for a new field ZINF_FLAG (char1) in program screen SAPMM06IThere is actually n...

    Resolved! Accepted Solution

    Name Excel Workbook

    Hi All,I am getting some data onto an excel workbook using the below code: CALL METHOD OF h_excel 'Workbooks' = h_mapl. SET PROPERTY OF h_excel 'Visible' = 1. CALL METHOD OF h_mapl 'Add' = h_map.This workbook will have the name initial...

    Resolved! Accepted Solution

    input parameters

    Hi all,when i click a button the next button must be visible. so i wrote a code like this.MODULE user_command_9000 INPUT. CASE sy-ucomm. WHEN 'CL1'. LOOP AT SCREEN. if screen-group1 = 'G1'. screen-active = 1. M...

    Resolved! Accepted Solution

    BDC Program

    Moderator message: please use more descriptive subject lines and code tags for your posts.Hi Experts,Please help me, i am alone here.I develping one bdc program for the Tcode(iw51).The data updataion is Good,But Some popiup is coming like we need cli...

    Resolved! Accepted Solution

    ALE setup - Integration between two system of DEV

    Hello,I am bit confused by seeing an ALE setup in our systems. We have a coupls of systems, among them, one is US_DEV and one more as EU_DEV. We interacts with partner systems with dataIn US_DEV, i saw a ALE set up like sender is EU_DEV and receiver ...

    Resolved! Accepted Solution

    BAPI Help

    Hi All,I have this BAPI which is getting data from tstc and tstct tables. The data has 200k+ records, I need to display 50K at a time. Can someone please help me with this.Thanks,SNReddy FUNCTION bptcoddata_extract. *"--------------------------------...

    Never lock a user

    Dear gurusI have Portal Composition Environment, theres an application that consults in our ERP system, the connection between th ERP and the application is made by an ERP user, but if the user gets the wrong password for several times in Portal, the...

    Resolved! Accepted Solution

    Message No DO 322

    Hi AllTo include GKONT_LTXT we appended and activated the RFPOS and RFPOSX structures and when generating RFPOSXEXTEND in SE38 I am getting following error message;END PHASE 002***********************************************Message No D0322This messa...

    Resolved! Accepted Solution

    AS02 -ATTACHMENT LIST ALV

    Hi gurus,ı have a problem. I need to find the table of the alv shown clicked on the Services for object/attachment list.I know some of the fields come fromm "SOOD" table.Now my problem is that how ı related this table with ANLA-ANLN1.Do you have an...

    Caller method

    Hiis there a way to read the caller method of my actual method?I know that i can use a parameter but it is a third-party software.Example:Method A calls method CMethod B calls method CMethode A and Method B are third-party and method C is my code.Now...

    Labels in this area

    Explore this Area