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

    Lock boxes in ole2_object

    How can I insert "lock boxes" in ole2_object?   CREATE OBJECT excel 'Excel.Application'.   IF sy-subrc NE 0.       stop.   Endif.   Set Property excel OF 'Visible' = 0.CALL METHOD OF excel 'Workbooks' = workbook.   CALL METHOD OF workbook 'Add'      ...

    Resolved! Accepted Solution

    BAPI_quotation_createfromdata doesn't fetch default variant config.

    Hello All,I am Running quotation creation BAPI to create quotation with configurable material. This default configuration of material is saved in variant configuration.When I run BAPI_quotation_createfromdata, it successfully creates quotation but it...

    Resolved! Accepted Solution

    MB1B implementation with custom fields using Screen Exit before saving the Trasporting Details of a Material

    Dear Team ,I need to enter custom fields information into MKPF table with reference to material document number which gets generated as soon as we click save in MB1B tcode. Can you suggest me which will be the best way to implement this enhancement B...

    Resolved! Accepted Solution

    CCM to M3m

    My material is 0.000177 M3. In Material Master, we can only have up to 3 decimal points. So i was thinking of using CCM.But how to i convert from CCM to M3? I found out a FM Conversion_Factor_Get.How do i go about using this? DATA: l_qty TYPE lfimg, ...

    Resolved! Accepted Solution

    SAPLOGON sort order

    Hi all,don't know if I'm right here:When I start SAPLOGON at my customer, a long list of systems is displayed. Usually I do not know the descriptive name in the first column but rather the SYSID  in second column. It took me years to find out (somebo...

    Clemenss by Active Contributor
    • 1642 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    dynamic search help determination - F4IF_DETERMINE_SEARCHHELP

    Hi all,we can use F4IF_DETERMINE_SEARCHHELP to get the search help for fields in structures. This works if we pass a table name and a fieldname.Even if no search help is connected to the table/structure definition, the function will return search hel...

    Clemenss by Active Contributor
    • 990 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    ARA: What is the meaning of having single tcode in two conflicting functions

    Hi All,I am stuck up with a confusion.While analyzing one of the roles, I found that GRC ARA threw one F028 risk, which consists of AP02 and GL01 functions. Below is my understanding on SoD.If we group different tcodes in 2 different functions and in...

    REUSE_ALV_POPUP_TO_SELECT not displaying the data from the internal table

    Dear Friends,     I am experiencing a strange behaviour in my report.     I need to give a popup to display the contents individually in a ALV List output.     I used REUSE_ALV_POPUP_TO_SELECT to display the popup when I click each item.     This see...

    davis_raja by Active Participant
    • 1217 Views
    • 4 Comments
    • 0 Likes

    Input in ALV output

    Dear All,         In ALV Output My client want to input a value,means client will input value in perticular field it will directly update the table,        how to do this,Please help me out.RegardsSankilModerator Message: Please search for available ...

    Resolved! Accepted Solution

    How to know whether document is only printed or only viewed as print preview in smartforms?

    Dear All,      We are trying to build a control on printing of a document, by setting the indicator for the record as printed once user prints the record. But, is there a way to find out if user has only done print preview  or actually Printed the do...

    binary search .

    hi   binary     searchn not    workingdata itab type  table of sflight  .data itab1 type  sflight  .sort  itab .read table     itab   with table key carrid = 'AA' into  itab1   binary search .  Program ZThe addition "BINARY SEARCH" must not be used w...

    Resolved! Accepted Solution

    QUOTES Inbound IDoc Inbound module SPC01_EDI_INPUT_QUOTATION

    I have a requirement to populate custom 'Z' fields at the line item level during the inbound processing of our QUOTES messages using the standard SAP process module SPC01_EDI_INPUT_QUOTATION. This module creates a BDC that calls transaction ME47. Whi...

    Resolved! Accepted Solution

    Information needed about usage of function modules SX_OBJECT_CONVERT_*

    Hello All,I would like to convert multi page FAX (TIFF) document into OTF in order to be able to split it on pages. There are function modules available for converting to different formats, but I have not enough knowledge about how to use them.      ...

    Resolved! Accepted Solution

    Not able to populate Condition type in BAPI_PO_CREATE1

    Hi Experts,I am trying to populate the Condition type while creating PO from the BAPI_PO_CREATE1 by passing the values to POCOND & POCONDX structure.First problem is it is setting PBXX as the default Condition type.I tried manually changing the Condi...

    Resolved! Accepted Solution

    Sap Long Text Editor

    Hi all,I have a problem with the SAP long text editor settings.We have version SAP_BASIS 702 0010 SAPKB70210 SAP Basis Component.Using a Windows 7 PC, I login to windows with my user, then I loggin to SAP using my user.     When I edit long text I ge...

    Labels in this area