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

Resolved! Table transport

Hi,I need to add one new field to Ztable and want to move the same to QAT. but I am worrying that If I move this transport to QAT, will it change the table data also in accorance with DEV box data??How can i ensure that it shud only move table struct...

Resolved! Reg Dump

Hi Experts, I am doing one report now, while executing the report it is going to the dump but iam not getting the dump analysis. But on top i have the description.it is given below.'' There is no help text for this dump either text ...

Resolved! Customer master BDC

Hi Gurus,I have written a BDC for Customer creation using tcode XD01. We have the requirement of creating a customer in one division and then extending it to other division. Both the transaction (BDC) are called in same program in a loop. We extent a...

Resolved! Print ALV grid

Hey, there.I have an ALV grid report with a push button which updates the table content on the screen (num values at ALV).The problem is that the printing itself comes out with the previous values.I'm using the class CL_SALV_TABLE for the ALV.Probebl...

Resolved! time inTOP-OF-PAGE

can anyone provide me code for adding time at TOP-OF-PAGE with header name and date.the code which i have written is as follows*********************************Form top-of-page.*ALV Header declarationsdata: t_header type slis_t_listheader, wa_he...

Resolved! Obj - S_TCODE

Hello,The Auth. object S_TCODE is locked(only display mode) in few Roles, but in others it is editable. Please guide me with the reasons and the circumstances it is locked.Also, can I unlock it and edit itThanks in advance.

Resolved! selecting using pattern

Hi all, I want to use pattern while selecting data from the table .Example.p_matnr = abc12*p_werks = *select * from mara where matnr = p_matnr and werks = p_werkshow should be the coding while using the search pattern as given above p_matnr = abc12*

optimize a query

if not lt_sources_invalid[] is initial. clear: ls_source. loop at lt_sources_invalid into ls_source. clear: ls_pto_source. move-corresponding ls_source to ls_pto_source. append ls_pto_source to pto_sources_tab_invalid. clear: ls_source....

Resolved! BAPI and BDC bundling

Hi All,I am using a 2 BAPI's and 3 BDC's in a program. I need all these BAPI and BDC's update the tanscations in a single bundled task? that is if any of BAPI or BDC failed the sucessful BAPI/BDC should be rolled back. How can I make it happen? Any s...

Regarding SCI

Hi guys,Do anybody have SCI code inspector Specificationie. What are the things it will be considered for error checkings.I believe it check for syntax errors of Addon programs. But i want to know whetherit checks error for below things also. if so ...

plz correct me

hi friends ,my problem is when i am modifying it while modifying second record first record get clear.it[] = item1[]. DELETE ADJACENT DUPLICATES FROM it COMPARING rbeln. loop at it. indx = sy-tabix. loop at item1 where rbeln = it-rbeln. ...

quarters

hi,if the user enters 2 dates n selection screen and if i get the quarter of in which the selct-option-low and select-option-high lies how can i get the mioddle qaurter??eg..from: 20/02/2007 to 29/09/200720/02/2007 lies in 1st quarter and 29/09/2...

Authorization for MM

Our business scenario demands that a particular user should be able to access the T.code"Me23n(Display P.O)" but shouldn't be able to view condition tab in the "item detail",how to set up the authorization for this, please mention the detailed steps.

Labels in this area