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

    Format in a text file

    Hi Folks,I am dowloading some data from an Internal table to textfile using gui_download function module.I am getting the data as TEST 1234 XYSJHIs it possible to get the text as TEST 1234XYSJH.Thanks,K.Kiran.

    kiran_k8 by Active Contributor
    • 973 Views
    • 8 Comments
    • 0 Likes

    IDOC

    Hi all, I am populating a segment in an idoc by using the folllowing statements LOOP AT tb_accgl into wa_accgl. <b>move wa_accgl to WA_seg-SDATA.</b> EDIDD-MANDT = SY-MANDT. EDIDD-SEGNAM = WA_SEG-SEGNAM. ...

    Resolved! Accepted Solution

    Error .

    Hi all.Please look at this code am getting error .REPORT zrepp LINE-SIZE 800 MESSAGE-ID aod.---- CLASS employee DEFINITION----*----CLASS employee DEFINITION. PUBLIC SECTION. TYPES : BEGIN OF emp, name TYPE string, ag...

    Resolved! Accepted Solution

    FM required

    Hi Experts,Is there ant FM or method available in ECC6.0 to split a filename and its path?For Ex: if i give: /test.txt. it should spliti into / and test.txt..Iknow there is FM SO_SPLIT_FILE_AND_PATH.But it is working with only \ it is not woking wit...

    Hi

    Hi, When i set my program in background job , my list data is send to unix directory in .txt but in the .txt file iam not getting the complete data compared to the list output , iam using this FM CALL FUNCTION 'LIST_TO_ASCI' , what may be t...

    Resolved! Accepted Solution

    Problem with COMMIT WORKS command

    Hello all,I’ve a little problem. It seams that I don’t understand how ‘commit work’ command works. When I’m calling transaction with USING parameter:CALL TRANSACTION 'FPSA' USING itab_bdcdata.When inside of that transaction ‘Commit works’ occur, than...

    Resolved! Accepted Solution

    HI:

    Hi, I came across this in threads and iam also in use of this but why to use sumit xxxx(what is xxxxx mean) and CALL FUNCTION 'LIST_FROM_MEMORY' DATA: LISTOBJ LIKE ABAPLIST OCCURS 0 WITH HEADER LINE.DATA: WRITES LIKE LISTZEILE OCC...

    Resolved! Accepted Solution

    downloading problem

    Dear friends,There is a problem while i am downloading a file in text format.out1(6) type c, out2(6) type c, out3(6) type c, out1 = A78956. out2 = B54678. out3 = D58964.concatenate out1 out2 out3 into write1.o/p:A78956 B54678 D58964if out2 value is ...

    Resolved! Accepted Solution

    How to convert table?

    Hi all,i have following problem:**********************************types: begin of XML_LINE, DATA(256) type x,end of XML_LINE.types: begin of XML_LINE2, all(1000) TYPE c,end of XML_LINE2.data: XML_TABLE type table of XML_LINE.data: XML_TABLE2 type tab...

    Restore table

    Dear All,Executed the following query in the ABAP Editor. EXEC SQL.ALTER TABLE SAPONE.MARAMOVE TABLESPACE PSAPONEENDEXEC.Now the Table got corrupted and it is leading to dump while trying to view the table records. Here i'm moving the MARA from the s...

    Resolved! Accepted Solution

    Change documents for customer Z table - serious help wanted

    Hi all,I am no beginner and I don't expect any comments from beginners.Situation: My customer wants to replace the material valuation transactions MRN1 MRN2 MRN3 due to bad performance and locking problems with own developed programs.The valuation re...

    Clemenss by Active Contributor
    • 4341 Views
    • 8 Comments
    • 0 Likes

    bdc

    HI ,This prog is not exe. can anyone of u check out.TABLES : lfa1, rf02k.DATA: msg(255) TYPE c.DATA : BEGIN OF itab OCCURS 0 ,lifnr LIKE rf02k-lifnr,ktokk LIKE rf02k-ktokk,name1 LIKE lfa1-name1,sortl LIKE lfa1-sortl,land1 LIKE lfa1-land1,spras LIKE ...

    Labels in this area

    Explore this Area