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

    Select options

    Hi Experts,Following is my selection screen which is very common. Date field is mandatory. When I enter the following dates (there are 25 records for it), in debugger it shows 0. select ebeln          bedat        bsart        ekgrp        lifnr from...

    User exit for CJ02

    Hi Experts -I am working on a client requirement dealing with t code CJ02 in SAP PS module. Customer wants some custom checks on certain fields when creating/editing WBS structure under a project. I need this validation to happen at PAI event (ENTER ...

    Resolved! Accepted Solution

    SD Invoice update z_fields FM/BAPI

    Am I doing somethig wrong? Is there another way???CALL FUNCTION 'RV_INVOICE_DOCUMENT_READ'    EXPORTING      vbrk_i        = vbrk      konv_read     = 'X'    TABLES      xkomfk        = xkomfk      xvbrk         = xvbrk      xvbrp         = xvbrp    ...

    Resolved! Accepted Solution

    How to know no of records(in Internal Table) modified after using Modify statement

    Hi Experts ,I am using statement Modify internal table transporting XYZ FIELD.I just wanted to know how many Records/Count (assuming more then 1 ) get updated just after successful execution of this command.Is there any system field exist?if yes plea...

    Search Help issue

    Hii All,I have attached a search help in a text box.The text box is for GL A/c.I have used the standard search help C_SAKNR .But the issue is when  I select one of the record from the help the selected record does not appear in the text box.So does a...

    Resolved! Accepted Solution

    Mail as CC issue using FM SO_NEW_DOCUMENT_ATT_SEND_API1

    Hello All,I am facing an issue when i send mail through the FM SO_NEW_DOCUMENT_ATT_SEND_API1.As per my requirement i need to send email as CC.To do that i have written below code to pass the values to FM. * To ls_receivers-receiver = '[email protected]'. ...

    Leading Zero's

    Hi All,   I am facing the problem with leading zeros.I am getting the  value for the field ZZMATNR is '00000000000000000000000000000000000000000000000000358934'.But user is expecting the value '0358934'.I used the function module 'CONVERSION_EXIT_ALP...

    Resolved! Accepted Solution

    Need to create an attachemnet in GOS for custom business object

    Hello Friends,My Requirement:I am creating a custom document for some purpose which uniquely identified by a document number. My client want to save some files attached to thisdocument(like in ME21N) through GOS, while the creation of the document it...

    Resolved! Accepted Solution

    ABAP SQL query on

    Hi,     Can anyone tell me what is the SELECT statement for getting the latest time records based on date and other parameter.Table dataDATETIMESOURCEDESTPRDQTY10.03.201413:18:51UHAABDHDXCC17B1,000.0010.03.201413:24:56UHAABDHDXCC17B3,000.0010.03.2014...

    capture message after SUBMIT report

    I have called submit report like below in  RFC function module . submit rfitemap              with kd_lifnr in r_it_lifnr              with x_apar   eq abap_true              with x_merk   eq abap_true              with x_norm   eq abap_true         ...

    Resolved! Accepted Solution

    How works transport request management tool? (Version / Reference)

    Hi,I would like to understand how is working the transport management tool.When you save an object in a transport request, what do we save exactly ?     Is it just a reference to the object to lock it     Or it is a specific instance/version of the o...

    Resolved! Accepted Solution

    Additional headers possible when sending mail with cl_bcs ?

    Hi everyone,I'm in a workflow scenario where sap sends email to the agent of a workitem.When the agents replies the inbound reply-mail is interpreted in sap to make decisions in the workflow.The problem is, that Out-of-Office mails cause decisions in...

    Message to be displayed in next line.

    Hello experts,I have the following requirement.Consider the below line of code,   CONCATENATE text-002              lwa_table-id              text-003              lwa_table-Name   INTO wa_body_msg SEPARATED BY space. Now i am displaying the message ...

    Resolved! Accepted Solution

    Long Text 0000000015120044ZOH ID ZOH language EN not found

    Hi Good day,i am trying to Create, Save and Read the long Text.for that i have done the following.1. SE75 Created the Object and Object ID  Ex : Now when i implement the logic in the Program,at the end when i execute ,1. it does the CALL FUNCTION 'IN...

    Resolved! Accepted Solution

    SWLT tool static check finding is showing unexpected results

    I am using SWLT transaction to find some static checks in code to optimize db queries. After getting static check it shows some loops and some method calls but when on double clicking that loop its not showing loop in code rather it shows an if-else ...

    Labels in this area

    Explore this Area