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...

    Resolved! Accepted Solution

    why open dataset statement leads to run time error only in unicode system

    Hi All,When we open the dataset in non-unicode system which is already open,we do not get runtime error.But when we open the dataset which is already open in UNICODE system,we do get a run time exception .Can anyone answer Why this happens only in th...

    select statement

    hii all,my requirement is:select MAX( chgnr ) from jcds into corresponding fields of table it_chgnrwhere objnr = it_vbak-objnrand stat = it_estat-estat.NOW in WHERE clauseboth fields which i am not selecting from JCDS can i go like:select objnr...

    Resolved! Accepted Solution

    select - endselect issue..

    hi,in my code i am having some select, select single and select count(*) statements. during syntax check it gives me the error saying nesting of select is not proper and that i need to include an endselect. whats wrong !! i just have single line sele...

    Resolved! Accepted Solution

    How to know when all heap (private) memory is used up by object instances

    Scenario: I have a tree global class (e.g. ZCL_TREE), which has a local class for its nodes (e.g. LCL_NODE).Each time the insertion method is invoked, a new node instance is created and placed somewhere in the tree (the class LCL_MYNODE has itself re...

    Resolved! Accepted Solution

    ABAP Query

    Hi, We have an ABAP query in ECP which pulls the data. It is saved as a file on server. But the file has header at each page which is not desirable. It should be only at the top of page. Please let me know how can we go about changing it. Do I have ...

    Resolved! Accepted Solution

    workflow

    hi,I need to create a Workflow which gets triggered whenever an Invoice is posted and should be sending a mail to a specific agent two days before the clearing date, intimating him that the clearing date is nearing. I have used the Event IncomingInvo...

    Resolved! Accepted Solution

    form printing

    Hi, I am converting smartform into pdf format. Thru RSTXPDF4 program one can do it. But for that one should pass Spool number and destination. Now my doubt is, if I want the pdf on desktop, what should be the destination device, as usual I am givi...

    Resolved! Accepted Solution

    USEREXIT_SAVE_DOCUMENT and SAVE_DOCUMENT_PREPARE in SAPMV50A for deliveries

    Hi All,I can't decide if I'm just missing something stupid or not. I'm making some changes to the processing of outbound deliveries in transaction VL02N by adding logic to the user exit forms in program SAPMV50A (actually in include MV50AFZ1.)When I...

    Labels in this area