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

Need Help!

Dear All,This particular Program working accordingly in SAP 6.0 but showing error in SAP 4.7.It shows the error " The type CL_DOPR_WRITER" is unknown.Plz guide me on the same. As now I am working in SAP 4.7.Regards,Abhay.*-----Report Name.....: YRFKO...

Resolved! select statements

Hi Friends,I have a doubt regarding select statement. i want to know when do we use select*, select upto 1 rows, select single, select distinct, where should we put the data fetched from these statements i.e table or work area in each. Pl give sample...

User exit & BADI

Hi All,Main difference is User exit is we can use in only one project where as BADI we can number of times in a project...So can u please explaine with an example for both exits...i have one dougt......In a project i have changed some requirement for...

SUBMIT Command

Hi Friends,i am using the command SUBMIT report EXPORTING LIST TO MEMORY AND RETURN.i am not write/diplay any values.now i want the submit program internal table values to the current program.how i get the internal table values.Thanks & Regards,Val...

veryy Urgent

Hi all,I am running shedule job to print all invoies to printer called Z_INVOICE, I have cheked all job settings and found everything is ok.But when I run shedule job for printing, all invoices are poiniting to local printer. When I run foreground, i...

Resolved! Simple ABAP Class

Hello! I want to import parameters a and b into the method. But I can't. Can you help me? Thank you!!REPORT z_first_class.CLASS myfirst DEFINITION. PUBLIC SECTION. METHODS main IMPORTING a TYPE i b TYPE i RETURNING value(c) TYPE i.ENDCLASS. ...

Per Unit Price

Hi All,I m creating report having a field name <b>"Per Unit Price"</b>.....<b>PVPRS_1</b> field..But it is from <b>" CKMMAT_DISPLAY"</b>, i.e. a structure...Plz tell me from where i can take "Per Unit Price".....Thanks......<b>Anil Kumar</b>

Resolved! Restrict SCC4 access

Hello,Our problem is that many users can access the client settings.One way of restricting it is to remove access to transactions SCC4, SE03, SM30.The other way is to restrict the users from object S_TABU_DIS and table group SS.The problem is that ma...

Resolved! Select statement

Hi All,am selecting that data from ztable and passing the values based on the selection criteria.and am selecting the data from individual table and placing the data into internal table.now when i do so the select stmt for LFA1 is not fetching lifnr ...

regarding unicode

hi iam working on unicode checks. in in internal table there are 10 fields . 8 fileds are of charcter type.out of which two fields menge and meins are of unit and quantity type. it is giving error that it is of not charcter type .DATA: BEGIN OF IT_XT...

Resolved! Validation checks

Hi, i need to all validations as well as functionalities as standard SAP transaction in a custom screen in a module pool program.Transaction is LT01. Pls do let me know how can i use the transaction(LT01) program as a reference program for my module ...

Labels in this area