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

    When i click the button i wanna change this field's no-out property

    DATA :   gt_fcat    TYPE lvc_t_fcat         WITH HEADER LINE       ,             gs_fcat    TYPE lvc_s_fcat                .             *****              clear gs_fcat.              gs_fcat-col_pos   = 16.             gs_fcat-fieldname = BETRG.    ...

    Resolved! Accepted Solution

    Problem in POV

    Dear alli have 3 input fields in the screen , for the 3rd field i have used POV.  PROCESS ON VALUE-REQUEST.        FIELD GV_VERID MODULE VAL_VERID.in the module val_verid i have used select query to fetch values from mkal and passed that value to CAL...

    Resolved! Accepted Solution

    Data dictionary - currency field without decimal places?

    Hiya,I've created a lovely table in the data dictionary to hold quotations from vendors.This table is then used in web-dynpro and made editable so that users can add the quotations.Unfortunately the users don't think the table is so nice. They're say...

    Resolved! Accepted Solution

    how to copy field from one table to other without having common field in them

    Hi all,i have a requirement that i have to copy a field from one table from anothertable, but both the table does not have any field common in directly.Say i have to copy a field field1  from table1  to table2  .Please tell me how could i achieve thi...

    Resolved! Accepted Solution

    Error while creating timestamp in local (CET) timezone

    Hello fellow SDNers,I am getting the DST timestamp (-1 hrs) when i try to create the timestamp. This is the code that i have written -CONVERT DATE sy-datlo         TIME sy-timlo         INTO TIME STAMP DATA(locl_tstmp)         TIME ZONE sy-zonlo. Deb...

    SuhaSaha by Product and Topic Expert
    • 6099 Views
    • 8 Comments
    • 0 Likes
    Resolved! Accepted Solution

    SAP table field (EKPO-NETPR) is updated but the corresponding screen field is showing 0.00

    Hi,     SAP table field (EKPO-NETPR) is updated but the corresponding screen field (Net Price) is showing 0.00.Please see the screen-shots:Here the value of Net Price is 0.00Here the value of Net Price is 100.00Regards,Tanmoy

    Resolved! Accepted Solution

    Reading Other Program’s Data Using Field Symbols In ABAP.

    hi gurus..    I have written code to get data from other program (MB90 tcode) like bellow ...CONSTANTS: lv_memory(25) TYPE c VALUE '(MM70AMEA)PM_VERMO'. FIELD-SYMBOLS: <fs2> TYPE char25  . ASSIGN lv_memory TO  <fs2> .but i am not able to get value of...

    Filling Parameters Automatically After Press Enter???

    Hi Abap expert, I have list of parameters parameters: NAMEV like zcon-NNAV,                    NUMBL like zcon-NUBL ,                   CONTN like zcon-CONN OBLIGATORY,                   VENDO like zcon-VEND,                   DARRV like zcon-DARR , ...

    Resolved! Accepted Solution

    PO in MIGO

    Hi Experts,I have two questions related to Purchase Order (PO) in MIGO.     1. Users modified something in PO (say for example, Description of Storage Location (LGOBE)) and pressed 'post'.          - May I ask which content of table would be updated?...

    Resolved! Accepted Solution

    Triggering pricing procedure for different fields

    Hello All Experts,I have the following requirement,In sales documents under line items, whenever there is a change in the Target-quantity field (Screen field-VBAP-ZMENG) a pricing prodecure gets triggered and the value of Net quantity(Screen field-VB...

    Resolved! Accepted Solution

    Need to understand standard BAPI execution

    Hi Experts,Need a clarification.I am executing one standard BAPI  in BAPI_PROJECTDEF_GETDETAIL in ECC system.I got one test data: I/3009 for both input fields. When i  pass the same data for both input fields i am getting the output.My question is:Wh...

    Resolved! Accepted Solution

    Problem in Search help

    Hi Expert,I have created a search help 'zform38'. now i want to link it with table field.I followed the given step..buti got a error.SE11- Create Search Help for 1 field, "Selection Method" box put the Table name to which the field belongs to. "Dialo...

    Labels in this area

    Explore this Area