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

ALV grid display

Hello all,Date is the main selection criteria in my selection screenOnce the user gets the ALV grid display output screen, he should be able to forward or backward the dateso accordingly the display changesSo req is, i should create two pushbuttons i...

logo in the header

hi,there is a problem in the standard program which has to display the logo in the header and item details below the header. there are two blocks. one for logo and one for item details.the problems are1. the junk data is displayed in the header part ...

Resolved! cheque printing

I have copied the standard lay out F110_prenum_check into z program. I wanted only one page so i deleted other two pages because cheque format is only in one page. but problem is that it is giving two pages in print out. it is not printing items in d...

Download ABAP to XML

While downloading from SAP to XML file I get '%_TYPE' in the file contents:<?xml version="1.0"?><new_emp><%_TYPE0000000117><EMP_NO Datatype="C" Length="5">22930</EMP_NO…..</%_TYPE0000000117></new_emp>How can I omit the "%_TYPE" string? Is there any d...

Resolved! screen resolution

Friends i have a question in reports . if we prepare a report in our screen resolution and submit it to another client . the client screen resolution may be different so the report cannot be viewed neatly. so please tell me how to adjust my report fo...

Resolved! hi to all

ho to every one ,plz help me in this issueIF IT_IT-BUKRS EQ 'zb-bukrs'.zb is a table and bukrsis the field in that in zb-bukrs there are 3 company codesbut it it_it-bukrs all company codes r there.i need imformation of three company codes a particul...

Resolved! Unicode Hex to Char

Hi there,I have an hex variable that I want to move to a Char variable.DATA: x_var(255) type X, c_var(255).MOVE x_var to c_var.I normally used the command MOVE, but my application needs to be unicode compliant and I receive a warning saying that...

BDC

hai friends, i am doing a BDC program for vk11 in that program, internal table have values and the values are append to FNAM, FVAL but it is not updated to the vk11 transaction. it should take only first value. it is call transaction method . ...

UML and ABAP Object classes

Hi,I'd like to use UML for design and documentation for my ABAP Object developments.I found some info about UML support for ABAP objects, but it would need Rational Rose framework installed:http://www.ensemble.com/products/uml/roseabaplinkI'm not awa...

Resolved! Reverse Engineering

Hi All,I am planning to create a new program which will do the reverse engineering of the specified program, and displays the flow chart/ algoritham of logic.can any body suggest how to proceed to achieve this functionality..Thanks in advance..Vishwa...

Performance tuning

Hi. I have the following select statement which gives me time out error.Table TB_MARC is having upto 10000 materials.Can anyone suggest how can i tune this code IF NOT TB_MARC[] IS INITIAL. SELECT BMATNR AVBELN BPOSNR BWERKS CBMENG CEDATU ...

problem in background

hii have report when i operate it on online it woek well, but when i opeare it in background they program doesn't fall but i dont see that anything happen.i use some function that could be the problemTMP_GUI_DIRECTORY_LIST_FILES - to get fielsMETHOD ...

Resolved! itab declare dynamic

Hi,i would to declare an itab dynamicly.normaly i di this:DATA: ITAB TYPE table of MARA.ORDATA: BEGIN OF ITAB OCCURS 0. INCLUDE STRUCTURE MARA.DATA: END OF ITAB.Now i want this:PARAMETER: <b>DB_TAB</b> LIKE DATABROWSE-TABLENAME.DATA: ITAB TYPE...

Labels in this area