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

    Merchant Exports

    Dear all,Most of you may aware of Merchant sale,But new to mei have searched in this network for the same but i haven't found relevant,My client scenario isFor customer in India they will Export ( NOT Deemed) for this they will get CT1,against CT1 th...

    Apostrophe (') is writting as # in the application server after openning CSV file using OPEN DATASET with Encoding NON-UNICODE

    Hi,I've used OPEN DATASET with encoding NON-UNICODE, although Apostrophe(') is seen as (Hash)# in the application server while writing into CSV file.I've used following syntax to write Apostrophe(') into application server in .CSV file.OPEN DATASET  ...

    which event will be triggered on selecting the checkbox after maintaining layo-sel_mode = 'D'

    Hi all,        i am having two grids side by side i am using lvc_s_layo-sel_mode = 'D'   for selection checkbox now if i select the check box of first grid which event will be trigerred so that based on that i can display item details in the other gr...

    Resolved! Accepted Solution

    Problem implementing OSS Note 1846506 - Colombia Legal Change for Withholding Tax adjustment

    Hi masters, im implementing the SAP OSS Note 1846506 but i have the next error:I already review all the note steps and i realice all the steps correctly i dont know if i can continue or what can i do. the problem is with the class CL_WT_SETTLEMENT_VE...

    Resolved! Accepted Solution

    pop up message for F-43

    Hi All,In tcode F-43, after entering the details if hte user hits enter it should display a pop up information message "Multiple bank accounts available for this Vendor ! "I have followed the same steps as in the below link. But from F-43, But it is ...

    Bharath84 by Participant
    • 1238 Views
    • 2 Comments
    • 0 Likes

    BDC for F-03

    Hi All,i have developed a BDC for F-03 with selection criteria assignment field and further selecting the document number also.Each time when i run the background job only the first record is being selected and posted.for the second record also the f...

    Resolved! Accepted Solution

    Check if variable is "numeric type"

    Hello,I need to check if dynamic variable is typed as "numeric".Only solution I found so far is this: lr_typedescr = cl_abap_typedescr=>describe_by_data( <lfs_comp> ). IF  lr_typedescr->type_kind = CL_ABAP_TYPEDESCR=>TYPEKIND_INT OR      lr_typedescr...

    Resolved! Accepted Solution

    How to give access to a T-code without letting the user use it?

    In some cases, when you use FK02 and want to change Payee, you need some more autorisations. Especially object F_LFA1_AEN and we recently found that it also needed FB03 and FB02. The problem is that we don't want to allow the user to use FB02. Is the...

    slarbot by Explorer
    • 779 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Copying DB tables content from System to System - RFC or CONNECTION?

    Hello all!i'm working on a migration+update project and we got the requirement to copy from "old" system to "new" one the content of a bunch of custom tables.My first idea (already implemented) was to use the good old "RFC_READ_TABLE" and with some m...

    Resolved! Accepted Solution

    While calling the sub routine Short dump at me23n print preview.

    HI,I am facing One problem, We are configured at nace. While press the print preview at me23n , Different output types are available.Please have a look on below attached images. One of the type is NeU and Zjob. Both are having different driver progra...

    Unable modify a record in pa30 using HR_INFOTYPE_OPERATION?

    Dear Experts,                      I have a record like this 01.04.2015 to 31.12.9999                      I am using hr_infotype_operation and passing these values as shown below                          number = '00031504'.                         ...

    Resolved! Accepted Solution

    how to use BAPI_SALESORDER_CHANGE update ref.doc number ??

    I try to update material number and update reference doc and  reference item. However, VBAP-VGPOS does not updated. Please advise.    CLEAR ORDER_ITEM_IN.    ORDER_ITEM_IN-ITM_NUMBER    = '000010'.    ORDER_ITEM_IN-MATERIAL         = 'ABC22222'   " ...

    Resolved! Accepted Solution

    BOPF Lock a node

    I have a sub-issue of a QIM issue that i am trying to lock in order to create a description node attached to the sub-issue root node. My modify call is returning an error because the sub-issue node is not locked. How can i lock a node? Any help would...

    Resolved! Accepted Solution

    ME_PROCESS_PO_CUST > ITEM LONGTEXT SET > Language problem

    Hello,when you create a purchase order (ME21N) the language of your supplier (XK03) is influencing the language of all dynamic text fields in the PO due to field EKKO-SPRAS.      Example field: short description when using MATNR (EKPO-TXZ01)So if you...

    Joerg_S by Participant
    • 3614 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    custom field in PO not editable in change mode me23n

    hi,I have added few custom fields to PO header by adding the fields to CI_EKKODB and implemented PBO of SAPLXM06' screen '0101' with below codeIF sy-tcode = 'ME23' OR sy-tcode = 'ME23N'.    LOOP AT SCREEN.      IF screen-group1 = 'A1'.        screen-...

    SD_SALESDOCUMENT_CREATE: Getting address information for partner functions

    Hello everyone,I’m playing around with the function module SD_SALESDOCUMENT_CREATE and I’ve got a question regarding the passing partner functions. I’m curious about if it is possible to get the address information of the passed partner functions? Wh...

    Labels in this area

    Explore this Area