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

Resolved! Need to delet or assign individual roles without changing all existing role

HiI am looking for a way in order to delete or add single roles without touching all other roles a user has.I found various BAPI_USER_* , however they always change the entire role assignment.Does anybody got an idea or an associated BAPI`?Thanks a l...

Resolved! Objects used in the Report

Hi all,I want to get all the objects used in an report or include programe.For eg. in an report i want to get1. Tables used.2. FM used.3. Includes.4. other objects used.note: i want to get this -- programmatically( through coding)if any thing is not ...

Infotype save button

Hi all,I have a requirement where in when save button in customized infotype is clicked, it should not come out to the pa30 transaction. Instead it should remain in the same screen. There is another button on clicking would leave to pa30 transaction.

Resolved! Pushbutton

Hi friends,I need to display two pushbuttons and two parameters on the selection screen, when I click one push button I have to display one parameter and hide the another parameter,same with the second pushbutton.Please give me some sample code.sathi...

Function Modules

HI all, I Have a small doubt regarding the Fuction module as I saw in the se37 there are 3 radio buttons in attributes tab 1)Normal Function Modules 2)Remote FM and Iam confused with the third radio button which has 3 more sub radio buttons, Can...

Resolved! Smart forms

HI all, I was trying Smart forms from 4.6c tutorial, but I have 4.7 version, i found a lot of difference when working with Tables and Templates can any body plz send me the material for 4.7 version.It will be good if it is with screen shotsThank...

Resolved! Incoming emails

Hi, I don't know if here is the best place to ask this. I want to know in where I must configure the incoming message (workplace), it means that appear a pop up notifying that arrive an email. In one system it works but in other not. So I want to k...

Resolved! Problem in the code

Hi Experts,See the following code.I am getting list of files in the table ifile.But when i use CALL METHOD cl_gui_frontend_services=>gui_uploadI am getting sy-subrc = 19.Can any body tell me what may be the problem?Thanks in Advance.data: ifile type ...

case/endcase

Hi,How to replace the below code with case/endcase statement instead of if/endif.... IF ( gwa_approvers-appr_end_date IS INITIAL ) AND NOT ( gwa_approvers-appr_start_date IS INITIAL ). CONCATENATE text-021 gwa_approvers-appr_start_date...

Resolved! Help In SCript

Hi All, we are using a standard Print program for Delivery . Now i have to write a select query to fetch few more data which can't be done in the standard print program. Can you guys throw some light on how to write query in the Script form itsel...

Resolved! SEARCH HELP

I WANT TO SET SEARCH HELP RESTRICTED TO 4 VALUES..Selection parameters for status – search help restricted to only below parametersMake it mandatory.I20 - holdI30 - sucessI40 - completedI50 - discard.

check boxes

hi all,i want to use check boxes instaed of radio buttons and those check boxes shoulbe form as a group SELECTION-SCREEN BEGIN OF LINE.selection-screen position 1.SELECTION-SCREEN COMMENT 1(30) TEXT-002 FOR FIELD p_pdm.PARAMETERS:p_pdm RADIOBUTTON G...

Resolved! ALV Subtotals

I require to display custom text labels in the subtotals / Grand total rows of an ALV report. Is this possible. For e.g.<i>Data</i> xxxxx<b>Subtotal for Account</b> .....<b>Grand total for Account</b> .....Is this possible...

Labels in this area