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

    Output issue internal table

    Hello experts,I have an issue with an internal table after the followinf loop:CLEAR wa_bilan.   LOOP AT wt_data ASSIGNING <fs_data>.     IF <fs_data>-y_rmaccnt(1) = 'A'.       wa_bilan-actif = <fs_data>-y_rmaccnt.       wa_bilan-mta = <fs_data>-deb_c...

    Resolved! Accepted Solution

    Doubt About Include _ TOP

    Hi Experts.I have a program report with screen 1000 and I created screen 9000.I declared the table control (TC_TELA) of screen 9000 in my program report but the Extended Program Check says:) Program: ZMMR313  Row: 290Table control TC_TELA not used in...

    Resolved! Accepted Solution

    Relationship between original transport and transport of copies

    Hi Experts,My requirement is to find TRs which have TOCs and list of TOCs using ABAP report program.Can anybody help me to find a relationship table/FM between original TR and TOC's. I have found table  e070 which has field TRFUNCTION if it is T that...

    Visit Plan Creation

    Hi Guru's,I have a requirement to creating Visit plan, For this particular purpose I found a BAPI (/DSD/BAPI_VP_CREATEFROMDATA).Could you please send me the list of steps & screen shot's(Examples) which needs to be follow for creating visit plan with...

    Resolved! Accepted Solution

    How to reconcile component after receiving final product from Sub contractor?

    Hi Gurus,I am experiencing problem at the time of reconciliation in T.Code: J1IFQ.Material  xxxxx is not assigned fully, short by xx.xxxx KGMessage no. 8I574Please share your exp. for the requirement scenario. Material Roh_Y1 and Roh_Y2 is required c...

    Resolved! Accepted Solution

    Error in Check Print form

    Hi Experts .I am working on the check print form .i have to attach my custom script from to FBZP tcode.It is using the standard driver program RFFOUS_C  . this program is using some fields which i don't need to show on the from , i haven't use those ...

    Delete the same entry.

    so num           committed qty          site         order qty     order value              delivery qty15004037          5                  4871         5            660                       315004037          5                  4871         5     ...

    Resolved! Accepted Solution

    a small program to test the efficiency of work area and field-symbols

    The program below is to do a small test for the efficiency among work area, FS TYPE ANY and FS TYPE STRUCTUREAll of the three change the value of internal table.DO 3000000 TIMES.                                             WA_YM-VBELN = '10000000'.  ...

    Resolved! Accepted Solution

    Linking a document to an URL in a Content Management Repository.

    Hi ABAPers.I need some helping; the scenario is as follows:I'm working with SAP RM (Records Management, that currently is known as Folders Management). I have to migrate the contents from a dedicated machine to a generic SAP ECC. I have had no proble...

    Resolved! Accepted Solution

    Variant Problem.

    Hi Guys.I created the code :PARAMETERS: p_arqui TYPE localfile OBLIGATORY.INITIALIZATION.   CONCATENATE 'PGTOS_RECARGA_' sy-datum+6(2)                                sy-datum+4(2)                                sy-datum(4)  sy-uzeit '.TXT' INTO p_arq...

    Resolved! Accepted Solution

    BDC for VI01 can't transfer

    I'm trying to write a BDC from VI01 to create Shipment cost documents.  The last step is to go from the main screen to the settlement tab and click transfer and save.  That code looks like:PERFORM bdc_dynpro  USING 'SAPLV54K' '0200'.PERFORM bdc_field...

    Resolved! Accepted Solution

    Content of 3 tables in one

    Hi experts, In an abap program, I have 3 internal tables containing informations about some materials :Example: Table 1:MaterialInfos1XXX2YYYTable 2:MaterialInfos1AAA3BBB Table 3:MaterialInfos22003150 I would like to create a global table listing the...

    Read file from application server having long text

    Hi AbapGurus,I have a ".txt" file in application server as shown below (headings are not there, only for reference provided here): -PO_NUMBER    PO_ITEM      ACCTASSCAT   ITEM_CAT     MATERIAL     SHORT_TEXT   ITEM_TEXT QUANTITY     PO_UNIT      NET_...

    Single String into Multiple rows in SAP-ABAP.

    HI all,              I need to convert a single string into multiple rows using abap.               "ABC#DEF#GHI" this string has to be converted into               ABC               DEF               GHI               can anyone help me in this.Than...

    Labels in this area

    Explore this Area