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

    When executing ATC check encountering failture type'Internal error during processing of object keys'

    Dear friend:Now I would like to execute an ATC (ABAP Test Cockpit) check in a development system as below:1) Logon development system and execute with t-code SE802) Searching program ZMM00200 in SE80 and execute with Check->ABAP Test Cockpit3) The AT...

    Resolved! Accepted Solution

    nested submit program

    if i call program B from program A and then call program C from program B using submit program statement i.e.A->submit program B->B->submit program C-> Cthen how can i get execution sequence number for each program? i.e 1 for A, 2 for B etci didn't f...

    Batch input CK55

    Hi experts,I have a report that does a call transaction to CK55. Now the consultant wants to change the way CK55 is called. What he needs is the folowing:Then I get this screen:And then he wants to click on the "glasses" to go to this screen:And ther...

    Resolved! Accepted Solution

    Pass Parameter to a an already opened transaction using call transaction from ALV Report.

    Hi ,I have developed a report which will take values from 'VA01' tcode using 'SET PARAMETER ID' and creates a report.Now when the user double clicks on any line of the ALV report,the values from that line should be passed to the same va01 transaction...

    Resolved! Accepted Solution

    Problem in sending mail to distribution list using cl_bcs class

    Hello All,I create one dynamic internal table and send via email as an attachment to one person using HR_KR_STRING_TO_XSTRING and SCMS_XSTRING_TO_BINARYDATA : p_email TYPE adr6-smtp_addr VALUE '[email protected]'. "Convert Xstring into BinaryCALL FUNCTIO...

    Resolved! Accepted Solution

    XML to ABAP internal table using XSLT Transformation:reading XML attribute value also

    hi,i am using XSLT Transformation to convert XML data to ABAP internal table, but able to transform the XML attribute. Please some suggest what I need to change in my XSLT transformation and ABAP structure, bellow is my code:XSLT: ........ <ORGNLTXRE...

    User exit MV50AFZ1 FORM USEREXIT_SAVE_DOCUMENT_PREPARE not triggering for VL10BATCH

    Hi ,Delivery is creating with user exit include MV50AFZ1 FORM USEREXIT_SAVE_DOCUMENT_PREPARE using transaction VL10G . where as I can able to create Delivery number also using VL10BATCH but Same user exit not triggering .Please help me on this , how...

    Resolved! Accepted Solution

    Requset belongs to different client error?

    hello all,when i tried to change a project in CMOD, i am getting error as request belongs to a different client,how do i edit this object..i tried to release the request in se09 , but there also getting same error..need suggestions on how to proceed ...

    Resolved! Accepted Solution

    Two Custom Containers with HTML in the same dynpro

    Hi all.I have two custom containers in my dynpro. One named CC_YES the other named CC_NO.I want to display both at the same time with different HTML code.But, I dont know why, I can show only one at the same time.If I comment the code of one HTML con...

    oliver_am by Active Participant
    • 2934 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Any advantage in creating a referrence to a standard class to access a method within that class ?

    Hi,Is there any advantage in creating a referrence to a standard class and then using that reference to call the method within that standard class ?CL_ABAP_DATFM=>CONV_DATE_EXT_TO_INT.Create a reference of Standard class and then accessing a method u...

    kiran_k8 by Active Contributor
    • 1569 Views
    • 4 Comments
    • 1 Likes

    Is it possible to have the same SSL certificate for two QA systems hosted in the same server?

    We are hosting 2 QA systems in the same server (same hostname, different SID) and want to use the same SSL certificate for both, we are not using web dispatcher. I tried using parameter wdisp/ssl_certhost with negative results. When trying to impor...

    ErikaB1 by Explorer
    • 1768 Views
    • 2 Comments
    • 0 Likes
    Labels in this area

    Explore this Area