give idea for creating screen in abap
Answer / Rajendra Kumar Mishra
In ABAP, you can create screens using the Screen Painting (SE54) and ABAP Development Tools (ADT). Here's a simple example of how to create a screen using SE54:n
1. Go to transaction code SE54.
2. Enter a name for your new screen, provide a description if needed, and select the screen type (ZSCREEN in this case for custom screens).
3. Add fields to your screen by dragging and dropping them from the Field Catalog or using ABAP code (if you prefer).
4. Save your screen and activate it.
5. Use the screen in your program by including the include statement: INCLUDE zscreen_name at the top of your ABAP source code.
| Is This Answer Correct ? | 0 Yes | 0 No |
when we use mantis? how learn mantis?
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
what is the difference between a looping statement and a decision statement
Fortran cannot have value by reference True or False?
In Java what is the difference between following two statements ? int a[],b; int []a,b;
When we have more than one main function in a program how does the compiler know the starting point of the program, i mean from which main the execution or compilation of the program begins?
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
1 Answers Sacred Heart College,
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
how to convert infix expression to prefix expression?