Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

Criticality.png

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83435 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! 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
  • 847 VIEWS
  • 8 REPLIES
  • 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! 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...

PO COMMITTMENT ISSUE

Hi All,This is the scenario,1. PO Cretaed in 2005 and the costcentre was 1122.2. Blocked the cost centre 1122 in 2006. ( NO MORE USE)3. carryforwarded the same PO in 2007 and manually change the costcentre from1122 to 1123 in PO. 4. the problem is Co...

Resolved! 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...

class cl_gui_alv_grid

hi, i have developed a report using module-pool, in that i have used container for displaying ALV grid format, for this i have used class cl_gui_alv_grid and container of type cl_gui_custom_container i.e:DATA: g_custom_container TYPE REF TO cl_gui_c...

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! 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! 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! 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...

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 ...

Doubt in script

Hi can any one tell me about these symbols in script...= Extended Line/= Line Feed and Extended Line Continuous Text( Raw Line/( Line Feed and Raw Lineplease tell me the use of these paragraphs with an example thanx in advance

Labels in this area