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

    How to park docuement with VBKPF-XBWAE using BAPI_ACC_DOCUMENT_POST

    Hi Experts,I want to park docuemnt using BAPI_ACC_DOCUMENT_POST & during parking the document need to pass group currency & Local currency manually.Using Tcode FBV1 there is option to allow manual currency values.Techinal Field Name : VBKPF-XBWAEDesc...

    Resolved! Accepted Solution

    BAPI update MM master data

    Dears,I have one problem need your help.When I use BAPI_MATERIAL_SAVEDATA to update material master data.ML_ACTIVEML_SETTLEThose two fields can not update.  (MM356  = The material 0725200257 has been created or extended)How can I solve it ?I will app...

    Resolved! Accepted Solution

    Exit or BADI for while accounting document generating from VF01

    Hi folks,           I need an exit or badi which triggers while generating accounting document from VF01. My requirement is we need to capture condition value while saving billing document in VF01 and update it in a custom table only when accounting ...

    Resolved! Accepted Solution

    Return back to Sel screen after Error message (without changing message type)

    Hello Experts,Can someone suggest how to return back to selection screen (input screen) after an error message is displayed.I have searched quite a little and I DONOT want to display it as MESSAGE 'Error' TYPE 'S' DISPLAY LIKE 'E'.I want it to be an ...

    Resolved! Accepted Solution

    How to display only the table names in Search help?

    Hello All,I am wrting a report program with table name as parameter. I have defined the parameter as given below and it provides me search help by default. PARAMETERS: p_tabnam TYPE DD02L-TABNAME OBLIGATORY.The problem is, the search help displays th...

    Resolved! Accepted Solution

    TREX with BO BUS1001006, question on not sending some MARA records.

    We plan to activate Enhanced Material Search with TREX and BO BUS1001006.My question is:  How/Where can I place code/logic to skip records (MARA) and not send them down to the TREX index for BUS1001006 (standard materials) ?We have setup some/many "d...

    Resolved! Accepted Solution

    Runtime error GETWA_NOT_ASSIGNED has occurred

    There is a dump error for this code, Can anyone pls help me ??FIELD-SYMBOLS : <fs1> TYPE any ,                   <fs2> TYPE any .   RANGES : tb_set FOR reguh-laufi.   DATA : BEGIN OF tb_setleaf OCCURS 0.           INCLUDE STRUCTURE setleaf.   DATA : ...

    Resolved! Accepted Solution

    Transaction SAT Tipps & Tricks - No edit permisson?

    Hi allMy user has the role SAP_ALL (all permission in SAP System), but i can't edit the code in Tipps&Tricks section in the transaction SAT. Is there a special permission that i need or a setting? How can i find out which permission i'm missing?Thank...

    How to pass data

    Hi Experts,i have a requirement to pass data from class instance to variable but i am getting error in this below logic.DATA: lo_rbitem TYPE REF TO cl_browser_item,          lo_al_ritem TYPE REF TO cl_gos_al_item,          g_value    TYPE char10.LOOP...

    ram_sahoo by Participant
    • 2082 Views
    • 8 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Fetching record just before current record for ALV reporting using LDB

    Hi,I have a requirement to fetch two data for a client. The new data and the old dataI am able to fetch the new (current) data using macro rp-provide-from-last.The main problem is to fetch the record just before the current data.I know whenever a dat...

    Resolved! Accepted Solution

    Importing file into structure regardless of order of fields

    I have a report which preverifies data before creating load files to be used in LSMW.However, the business is not very good at supplying the data in the same format every time, which means that I have to spend significant amounts of time sorting the ...

    Resolved! Accepted Solution

    User's from different company codes are able to post hours for other company codes via CAT7

    Hi,We found that at our customer location user's from different company codes are able to transfers hours to controlling for other company codes user's. In the transaction CAT7 with almost no initial transaction a user is able to transfer hours to CO...

    How to move the fields of select option to the table SELOPT transparent table

    I want to modify the data in the select optionMy select option isSELECT-OPTIONS   :   p_char  FOR  cabn-atnam  NO INTERVALS.I want to move to the SELOPT transparent table how ?how to move?i have declared DATA: it_selopt TYPE TABLE OF selopt,       wa...

    ABAPER_P by Participant
    • 3261 Views
    • 4 Comments
    • 0 Likes
    Labels in this area

    Explore this Area