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

Resolved! Change pointers!

All,I am having 3 interfaces which runs daily and which will read the change pointers tables for changes or new customers. It will create IDOCS of type DEBMAS06 and will send it to middleware.Those interfaces will run at different times in the day. I...

Cluster tables

Hi FriendsWhat is the differences between cluster table and transaction table?What is the use of cluster tables in SAP? How to improve performance when we use cluster tables in our programming?Example scenario: BSEG table is a cluster table. What is ...

Resolved! DBIF_RSQL_SQL_ERROR

Hi,In SM37, I found various jobs with DBIF_RSQL_SQL_ERROR error status. Job log details : SQL error 1555 occurred when accessing table "EDIDC" Database error 1555 at FET access to table EDIDCDatabase error text........: "ORA-01555: snapshot too old: ...

ALV Report Times out.

Hi All,I have a report which when run for a Lot of BOM materials times out. Is there any way to overcome this problem.I collect certain Data for each component material in the BOM for the main material.Let me know if there is a better approach to do ...

User Exit for XD01.

Hi, I want populate the field ALTKN with the last 7 digits of KUNNR ... once saved in XD01.... Currently the logic is working.. but only when I save in XD02...I want the same thing to work once XD01 is saved... so that I can go & see in XD02 and see ...

POPUP_GET_VALUES

HII need to display a zfield in the pop up dialog box as a check box.I am using the FM POPUP_GET_VALUES to trigger the pop up within the user exit and passing the Z table field to it.Z field is displaying as an input field.But I need to display it as...

Resolved! Security Design

Dear Gurus,I am looking for some inputs or suggestions regarding Security Design Approach. What kind of security strategy to follow with Just One Company Code and two Business areas. There is no SOX or SOD requirements at out place (being a small com...

Resolved! Table maintenance

Hii all,I have created a ztable and want to use a new transaction (custom tcode) for the table maintenance. How can i do that. Can anyone give me steps of how to achieve?Another thing is, is it possible to create a table with the name starting with Z...

Resolved! Select statement

Hi AllI would like to check if my understanding is correct.Are the both example below performing the same looping?If so, what is better recommended: use "select endselect" or loop at an internal table ?Many thanks.CristinaExample 1:SELECT * FROM vbak...

Resolved! debmas and clfmas!

All,Whenever a change is made to a customer, or an entry is created, I need to send them to a non-sap system using IDOCS.But my requirement is I need to send the customer classification information as part of this IDOC.Can I send DEBMAS and CLFMAS to...

Resolved! Sy-Batch Problem

Iam using a BDC for F-32 transaction and when I run in foregreound it runs good but when I run in back ground it gives out an error meesage ..The message number is NA-00344 saying that No batch input for screen SAPDF05X 3100.. ..Can anyone please te...

Resolved! GUI_DOWNLOAD

Hello there,I have an internal table that I want to write to an flat file (.txt file). Each row of the itab corresponds to each line of the file. However, when I call GUI_DOWNLOAD like this: CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESI...

Resolved! User Exit

Hi AllPlz can some one throw some light on user exits.How we create a project when we have to add some code in the defined user exits.Can someone please gave me step to step creation steps.Suppose i have to do changes in MV45AFZZ in that i add he cod...

ALV Subtotal Texts

Hi, How to change the Subtotal text, i am using the below code but i am not getting. I want the Subtotal text as 'Total' but i am getting the text of the field 'PNAME'. X_SORT-FIELDNAME = 'PNAME'. X_SORT-SUBTOT = 'X'. X_SORT-UP = 'X'. APPEND X_...

IW21 screen issue

Hello All,I am trying to create/simulate IW21/IW22 screen. I need the action box on the right side of the screen. I am using <b>'CALL SUBSCREEN ACTION-BOX INCLUDING 'SAPLQM07' '3000'</b> and <b>'QM07_CREATE_TREE_ACTIONBOX'</b> and <b>'QM07_LINK_TREE_...

Resolved! script

Hi exports,How can I print country and zipcode side by side.I mean US 65003-0696.I wrote perfom statement but its printing lien by line.I need to get in same line.How to change perform ---endperform.Thanks

Labels in this area