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

Resolved! sales order

hi experts, i have three radio buttons for 1.all sales orders, 2)dispathched,3) not invoiced. how can i get this functinality in report to display different lists by pressing different radio buttons.send me sample program plese.thanks in advance.

Resolved! Subroutine

Hey guys,I want to perform the subroutin below:FORM materialinfo_lesen USING lsk_matnr lsk_werks lsk_lgort CHANGING IS_ENHANCEMENT TYPE ISC_MATERIALINFO_LESEN.I want the changing parameter to be just a dummy variable.How am i g...

Resolved! table control

in my table control all fields are in acive mode but key field is in display mode.now when i click on add line then i want a new line to b inserted with all fields editable without disturbing my previous structure.

Resolved! MB52

Hi,I have to design a report similar in functionality to MB52.However (1) Display needs to be non-hierarchial (2) Display variant needs to be there.How can this be done and how much time will it take.Thanks.

BAPI

For Getting Parts UOM ,theses two BAPIS i have found.but can anybody plz. suggest out of 1)BAPI_Material_GetAll and 2)BAPI_Material_get_all gives the same result? .which one is better to use?.and if any what is the diffrence between them.

Resolved! Report on MM

Hi Friends, I need to write a "Material Master Details Report" Inputting Material(MATNR) and Plant(WERKS) as select-options. Output list will have total Quantity by material group and Plant. Material type as parameter. what r the fields for total qua...

Resolved! Validation

Hi,I'd like my report to display an error message when the user select a month that does not exist, I'm using the following but not getting the required. Can you help plz?If month < '1' and month > '12'. message e001(00) with 'Does not exist.'. ...

Page Numbers

Hi ,i want to display page numbers like below format Page Number: X/Y (shown in the case of printing) (X: current page number, Y: total page number)but i want to display in report header(i am using ALV's)pls help me pls reply me with good...

Resolved! write statement.

In write statement how we can reset the line no to 1, suppose we have written 10 write statement and again we have to write some text in line 1 , should I use skip statement ? but skip statement skips line further it is not coming to 1st line.

fetchind data problem

hi gurus,this is my syntax for fetching kunnar valueIF IT_FINAL1[] IS NOT INITIAL.SELECT SINGLE KUNNR FROM VBPAINTO WA_VBPA1 WHERE VBELN = IT_FINAL1-VBELN AND PARVW = 'SP'.MOVE WA_VBPA1-KUNNR TO WA_FINAL1-KUNNR.IF SY-SUBRC EQ 0.MESSAGE E000(0) WITH '...

SOST transaction

i have created a program which sends mail through it. The mail sending is reflected properly in SOST transaction in development server but the same thing is not reflected in staging server's SOST transaction.What could be the problem in staging serve...

drop down

Hi,I am working on a module pool program.I have created a screen 2000 in which there are some fields.For each field i have selected a list box option and scrollable option in the attributes window of that screen.But in the o/p i can see the drop down...

Resolved! SUBMIT Program

Hi,Kindly give me a sample code for this requirement..1. I want to use a standard prgrm in my Zprogram.2. by using the selction screen of std program and by using it's output, i need to send the data to a smartform.Plz dont give me any links other th...

Labels in this area