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

    problem fetching the data from from VBFA table

    Hi i have the following code segment in ABAP. SELECT  MKPF~XBLNR MKPF~BUDAT MSEG~MATNR MSEG~MENGE MSEG~SHKZG MSEG~BWART INTO   corresponding fields of TABLE LIT_MDOC     from ( MSEG          inner join MKPF           on  MKPF~MBLNR = MSEG~MBLNR     ...

    Resolved! Accepted Solution

    nace configuration

    Dear experts,          i created my zpgm and zsmartform and i assigned to the 'EF' application in nace,while executing in me22n purchase order no is not getting how to get that purchase order number,please help me.

    Alv Grid -- field name heading missing

    Hi ,Here am creating a alv report . in my ouput am not getting output field name please help me *    n.a.                                                              * ************************************************************************ REPORT z...

    Resolved! Accepted Solution

    Added custom Field in Qa32 from se36, but search help not reflecting.

    Hi Friends,I have created custom field in QALS table and have added added the filed in QA32 from se36(Logical Table). now i am able to select the custom field from tree(Top left corner) but the F4 functionality is not working(it displays plain Input ...

    sivab4u by Active Participant
    • 958 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Inner Join on subset of a Table

    Hi,Here's an example of what I'm considering.  I've read a lot of posts regarding getting the latest entry, but not really seen what I'm dealing with.  Say I have two tables:     table1                                                     table2      ...

    Resolved! Accepted Solution

    ABAP OO Doubt - validate call method.

    Hi experts I'm beginer in ABAP OO and i created this code :output-cep = ch_adrc_struc-post_code1.             TRY.                 CREATE OBJECT lr_cep.               CATCH cx_ai_system_fault .             ENDTRY.             TRY.                 CAL...

    Resolved! Accepted Solution

    Include statement called by Standard text - Smartform issue

    Hi allI'm in a project to migrate Sap Script to Smartform and I'm facing a issue with Include texts. Some texts are actually a command that calls another text - using /: Include statemente.I debugged the Include text on Smartforms and I found the par...

    Resolved! Accepted Solution

    Enhanced standard transaction Qa01 but on first saved data not displayed

    Hi friends,I have enhanced standard transaction QA01 with custom input field(TRANSL) in modulepool screen 100. so it is working fine when i enter data and click on save. it is getting updated in table. but the problem is when i enter QA02, QA03 the f...

    sivab4u by Active Participant
    • 11280 Views
    • 11 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Services procurement - Pricing Access sequence error for Custom fields

    Hi Experts,We have created 3 custom fields in KOMP structure. Which is required to create condition tables, access sequence. We have successfully created condition tables with the 3 fields along with the standard fields.While creating access sequence...

    GaneshRK by Participant
    • 1190 Views
    • 2 Comments
    • 0 Likes

    Read RTF file

    Hi all ,I need to read RTF file in Back ground and save this in to Basic text of material .For saving text there is no problem but to read RTF file background is not working usingIMPORT_TEXT because it is using GUI_UPLOAD .So,How can i read RTF file ...

    Resolved! Accepted Solution

    Getting error as "LFA1" cannot be converted to character-type field.

    Hello Experts,I am beginner to SAP Development and i have encountered an error while checking below ABAP Program.REPORT  ZTX0202. tables LFA1. select * from  LFA1 into  LFA1 order by NAME1. write / LFA1 - NAME1. endselect.Error : "LFA1" cannot be con...

    Need to download .csv file without header row from SAP

    Dear All,i am trying to download file format CSV with out header line i tried with below code      CALL FUNCTION 'GUI_DOWNLOAD'       EXPORTING         filename                       = lv_file         filetype                         = 'DBF'         ...

    Resolved! Accepted Solution

    Close_Form missing

    Dear experts,My customer face an output type issue.When runnig  T-Code FBCJ to display and check lot for check receipt, an error marked as red nod, it says CLOSE_FORM layout set missing..And user said he cannot print  becau se of this error.This issu...

    How to download internal table to a specific excel file and into its specific sheet

    Hello everyone,I need to export data from SAP to a specific excel file and into a specific sheet. For example, let's say there are already two sheets full of data in that excel file and i'd like that data to be exported into the third sheet of it.Is ...

    REUSE_ALV_LIST_DISPLAY append list checkboxes

    Hi,I am using REUSE_ALV_LIST_DISPLAY to display two lists after one another:     PERFORM append_event   USING    slis_ev_end_of_list                                     'LIST_2'                            CHANGING lt_alv_event.   CALL FUNCTION 'REUSE...

    Labels in this area

    Explore this Area