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
  • 83383 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! OPEN DATASET OUTPUT

Hello Guru's I am having dificulties with OPEN DATASET OUTPUT. When I run my report I am not getting any output.I have the following piece of code:OPEN DATASET filename FOR OUTPUT IN TEXT MODE MESSAGE D_MSG_TEXT ENCODING DEFAULT.IF sy-subrc <> 0. wr...

Adding new Fields

Hi Gurus,I have a ztable with 20 fields with huge data (6.7 million records) in it.Now I have a requirement to add one more field in between the table.My question is, if I add that new field to the table and transport to production will it cause any ...

Resolved! SMARTFORMS printpriview

Hi friends!!!I am working on a smartform right now.A problem that has arised is that i need to check the smartform.But no output device has been attcahed to the system,it will be two days procedure to acquire it.,Is there any other way to test a smar...

code check

Hi,Can any one tell me what does % mean Please ... WHEN 2. ZVAT2-KOEIN = '%'. MOVE-CORRESPONDING Z_VAT_TAB TO MOVE-CORRESPONDING Z_VAT_TAB1 TO MOVE BKPF-WAERS TO ZVAT2-AWEI1. MOVE T007S-TEXT1 TO ZVAT2-VTEXT.Thank Babu

Resolved! FTP Connection failure

Hi,I have a requirement to keep a file in a FTP location. For that i have given Credentials and Via SAPFTP RFC it connects to destination. Some error is being thrown in RFC connection. Error as below."Attempt to Set Up Connection to XX.XXX.XXX.X fail...

Resolved! system call docu

Hello!Do you know where can I get Documantation about all the SAP System Calls. ABAP_CALLSTACKABAP_CRC64 ABAP_PRECOMPILED_HEADER_USAGE ABSTOR_TEST AB_CALL_LITL_CHECK AB_CALL_STACK_TRACE AB_CREATE_SAPHFILE AB_DELETE_ALL_MEM AB_DELETE_ALL_SHARED AB_DEL...

Resolved! DMEE Tree

Hi all,I have created a dmee tree in which I have to print data of REGUH and REGUP for that I have used FPAYH and FPAYP structures respectively.For one entry of REGUH there is two entries in REGUP as per my test data But tree calls only once not twi...

Resolved! how to do it in ALV OOPS

HiIm using ALV OOPS.o/p I have 10 records with checkbox(at user command I have to select record selected by check box). Now on the menu bar I hav a button for "SELECT ALL". If "selected all" 10 recored will be selected. If I filter upon some criteria...

Resolved! Replacing 00

hi all,i have a value in field amount1 = '43050.00' and amount2 = '55'. my problem is that i have to convert amount1 as '43050.55'. while amount2 is not fixed it may be '67' or '88' etc. please help me how to convert it?regards saurabh.

Regarding OO ALV

Hi Experts,Iam using method get_selected_rows for capturing the selected row data from ALV grid screen.If i change the value in editable column then the systemdisplays error message that ( Field itab-fieldname is not in the abap dictionary)I need to...

field cat in alv

hi all, in my itab i have a field naming sum_invoice its value is sum of records of a field , now when i pass this value to field cat its not coming correctly , it takes the value of the next field ADD 1 TO g_field_count. ls_fieldcat-fieldname ...

Resolved! Amount conversion

hi all, i m doing a program in which i have to print check, and i have to display amount in word including decimals also, but problem is that when i m converting the amount in words then its going for dump.code: data amt1 like BSEG-WRBTR.data amt2(...

Labels in this area