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

VX11N - Ship-to-party

Hi,We had a requirement of disabling the authorization to the field ship-to-party in VX11N.Can u please provide the authorization object to control this field.The other way which we tried is to activate a variant for this t-code. But this will be a f...

alv to alv

Hi all,I have a requirement in a report.My report output is displayed in ALV. In the output i have kept a push-button. When the user clicks the push-button another output needs to be displayed. My requirement is even the interactive screen should als...

Resolved! OLE2 Automation

Hi friends. I'm trying to understand OLE2 automation. I have the following sample code: CREATE OBJECT gs_word 'WORD.Application' . IF sy-subrc NE 0 . MESSAGE s000(su) WITH 'Erro ao criar objeto OLE!'. LEAVE PROGRAM . ENDIF. * Torna Objet...

Resolved! FBV2 & FBV3

When I execute FBV2 (Change Parked Document), on the next screen if I click on "Document" on the menu the option to "Change" is greyed out. However, when I execute FBV3 (Display Parked Document) the option to "Change" is active under the Document men...

Resolved! Create base64 encoded digital signature form keystore with ABAP functions

Hi folks!We face the following challenge: We have to create a base64 encoded digital signature from a keystore cert file using ABAP functions. Currently this features is implemented in Java using features of the java.security.* package (Java source c...

Resolved! Problem in select query

Hi all,Iam using a select query to check whether that material code exist or not.But even though material is created SY-SUBRC is coming 4.Iam doing this in one of my module pool program and this is working perfectly from more than a month in Producti...

Resolved! search help name

Hi,i have table name and data element and check table name i need to find search help name, i tried in table dd35L ,DD32S but it is not serving my requirment for some tables with table, dataelement combination.Please suggest me how can i get it.Than...

Table Control

Hi,I have declared a structure using the type statement.TYPES : BEGIN OF ty_experience,empno TYPE ztable1-empno,organisation TYPE ztable1-organisation,from_date TYPE ztable1-from_date,to_date TYPE ztable1-to_date,END OF ty_experience.Then declared th...

Se51 screen layout

Hello,i have created a screen in se51 and added fields. this is an extension screen for a standard screen of SAP.when i go through the display transaction the fields on my screen are still editable.how can i make it non editable if i open thenscreen ...

Labels in this area