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

    How to implement user Exit USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ

    Hi All, In transaction VA01, I need to stop person from entering Quantity more than what is specified in the Material Contract (tx code VA41). There is a warning message being displayed currently (std. SAP) that I want to change to Error or give an ...

    Resolved! Accepted Solution

    Create Dynamic Internal table with fields from another internal table

    Dear All,Let me put it straight, if I am having a list of tables from table T682I, field KOTABNR prefixed with 'A',and the I am able to get the fields for these tables starting with A from DD03L table.How do I generate an dynamic internal table with ...

    Resolved! Accepted Solution

    Thread-Safety

    Hello,I'm currently thinking about implementing a simple class to handle parallel processes (much like the function SPTA_PARA_PROCESS_START_2). But while doing so I've discovered the question if there is a way to ensure thread-safety for Attributes/M...

    Resolved! Accepted Solution

    the meaning of asterisc in front of a table name

    Hello,I have to update CDHDR/CDPOS tables with the changes made in a Z table.I have to use a Z FM, and in order to know to use it i have an example, but i don't understand the meaning:CALL FUNCTION 'Z_UREG_WRITE_DOCUMENT'EXPORTING OBJECTID = objectid...

    Distribution Model

    Hi Friends,What is the use of creating the Distribution model in BD64 transaction?I have created a custom IDOC and I can able to post it from client200 to client 900 successfully, without creating the distribution model.Is it really necessary to crea...

    Resolved! Accepted Solution

    Not able to throw error message thru Badi NOTIF_EVENT_SAVE in IW52 tcode ??

    Hi.. I need to perform a validation under the TECH tab present for a 'ZF' type notification in the IW52 transaction. The validation part of the code has to be executed when the SAVE button is clicked by the user.I found a custom include in the BADI i...

    Resolved! Accepted Solution

    Error message

    Hi in my code its displaying an error message as "Literals that take up more than one line not permitted.".Please tell how to get rid of this error.Code:Data:Begin of gt_objtxt occurs 0, gv_objtxt(10000), end of gt_objtxt.concatenate 'The i...

    Resolved! Accepted Solution

    performance query

    Moderator message: please use a more meaningful subject in futureHi,I've a internal table it_po with structure as follows,po no , po item , vendor , quantity.I want to get unique list of vendors in another internal table it_vendors from above table. ...

    Explanation of a routine.

    Hello This routine exists in the start routine of my transformation in BI. Please can someone explain me what is it. What is this Monitor_rec_msgid and msgty etc and where can i get to know from what enteries do i need to pass in it. for eg in this w...

    Resolved! Accepted Solution

    Concatenate

    Hi, I have declared a internal table likeDATA: gv_objtxt LIKE solisti1 OCCURS 10 WITH HEADER LINE.I have to concatenate some text to the table gv_objtxt but the contents of the text exceeds 255 characters.gv_objtxt can hold only 255 characters.How t...

    Resolved! Accepted Solution

    logical database PTRVP

    hi All,I want to change the selection screen for logical database PTRVP, is it possible to change it without changing the database selection program ?I tried to look out for selection category for this LDB [ like HR LDBs] but dint find any.can you pl...

    Resolved! Accepted Solution

    ABAP and PDF

    Hi Guru!I have a big problem..I work on release 4.7 and I have a report that send an e-mail to SAP users with an attachment.The attachment is a Spool of a Sapscript in PDF format..How it is possible that the user edit some fields of the pdf ?Help Me...

    Labels in this area

    Explore this Area