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

Resolved! Data Dictionary

hi , while we create any kind of user table in abap data dictionary, using the table maintenance generator we can create a provision of inserting more than one row at a time into the database table. How can i create a transaction code for that partic...

alv

i have written my report using alv and its working fine but its not displaying some header details. below is an extract of the source code:DATA: BEGIN OF itab_zdip OCCURS 0, rbtno LIKE zdiplomatic-rbtno, "rebate number clr_d...

Resolved! rename file name

Hello to everyone,I need to change the old file name for that I used this code ......but the problem here is..............normally I will get the file name is/interfaces/in/1601/payroll03052007directory/interfaces/in/1601 ...

Resolved! problem with SF

Hi all,I have a problem with SmartForms i.e i have developed a SF that contains 3 form pages these 3 pages contain Terms and Conditions in back sideif i give &SFSY-FORMPAGES& it is giving 1/6,2/6 ....6/6 but my requirement is it should display only...

Resolved! ENHANCEMENT

Hi Friends,I have one doubt abt userexit, i need to modify/enhancementprog: MV45AFZZuserexit: USEREXIT_MOVE_FIELD_VBAK.se38->MV45AFZZ->change->1234455556666(access key) with access key i entered into modification, but i am unable to put my own code.w...

NACE

Hi All,I have a requirement where I need to Trigger a program (which updates a table) using output type after PGI. For this I have created a output type(Say ZI01) with transmission medium 8. I have done Necessary setting for triggering of this output...

Unit conversion

Hi people,I am using a standard function to convert units in a Stock control report.I have had two problems.First, value old import is a quantum of (9,3) and export was a quantum of (15,3) (VEPO-VEMNG). I have had to convert vemng into a quantum (9,3...

Resolved! help in alv

Hallow I have alv program and I wont to create traffic light in one field in my internal table that display in alvHow can I do that its new for me?do i have to change my alv declartion?Ex. To my programLOOP AT itab INTO wa _itab. IF wa_itab-amount...

Resolved! stack memory

Hi Guys: I need to obtain the stack of memory to know the programs resident into memory. I need to use this code (function,rutine,etc) into a program ABAP.Can someone help me?.Thank so much in advance.Javier.

Resolved! Export to Word

Hi all,I have to make a report that get data from db tables and export it to a word doc.The word should have data, including some lists, in boxes. No smartform, no ALV, just selection-screen>launch>open a word with data.I have no idea how I do this. ...

alv

Hi experts,I want to create two containers in the same screen and like to display the list.Upon executing the report, an empty screen comes rather than the display of lists in two containers.Can anyone please help it out?REPORT Zreport10 .DATA: cont...

Error Mesage

Hi Group,When I am validating on screen field in one of the transactions in PAI include,if field is blnk I am throwing the Error message saying that please enter the value,butafter this error message the whole screen is disabled and user not able to ...

alv report

how do i desing a screen for my alv report. i have developed my screen in screen painter and i have the custom control button to create the area on which i want my report to be displayed but when i try to display my report nothing is coming is being ...

Resolved! open dataset

Hi all,My code like this when i try to upload .txt .txt file will be poplulating in Wa but not moving into itab. OPEN DATASET P_FILE FOR INPUT IN TEXT MODE ENCODING UTF-8. IF SY-SUBRC = 0. DO. READ DATASET P_FILE INTO WA_ITAB. IF SY-SU...

Labels in this area