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

Menu Painter

I designed a screen using se51.I designed menu and enabled function keys.Menu is working well.But application toolbar is not displayed.everething is active only.Shall we have to write the code for standard function keys after enabling them?

Resolved! BDC

Hi experts, Can Anyone provide me self learning tutorials for BDC. Say, one demo program ,even a link to any such tutorial will be of gr8 help.I will reward points to the most apt reply.Thanks

enhancement for FBCJ

hi all my machine is version ECC 6.0.in earlier version in TCODE FBCJ, i have option for assiging form(script) . for that there is one pushbutton called report adjustment.but in ECC 6.0 there is no option for assiging print program and form(script. ...

VAPMA category size

I have realized that VAPMA table is defined as size category '3' however it contains almost 6 millions entries. How this affect to accessing data to this table as the access to this table is really slow? Would it improve if i change it to size categ...

write code in LSMW

hi all ,i need to validate each record when i upload the data through <b>LSMW</b>and if any record is not fulfilling the requirement i want to <b>catchthe line number of the flat file</b> so that the record can be identified easily to correct it and ...

Resolved! ABAP Certfication Q's

Hi Experts,Can U please provide me with the answers for the following Q's.4. An event starts with an event keyword and ends with: A: Program execution. B: END-OF-EVENT. C: Another event keyword. END-EVENT. 6. The following code indicates: SELECT fld...

Screen Exit

Hi all, I want to add some extra fields in for the transaction ME51N. For that i have found out the enhancement 'MEREQ001' in which screen exit is there.Now i have created the desired sub-screen 'SAPLXM02' with sreen number '0111' in which my...

Resolved! Header in a OO ALV.

Hi experts,I'm working with an Object Oriented ALV.I call it with this: CALL METHOD go_grid->set_table_for_first_displayThis alv works perfectly. I have added a custom status with custom buttons in the molule of the dynpro that contains the ALV. M...

Resolved! ALV

Hi all,In My Report the SUMMATION Button in the ALV is in disable mode. <b>I used OOPS Concept</b>. Moreover i dont have the Sum too.. by giving do_sum = 'X' in the corresponding field in the field catalog.Please help me out.

Text at selection-screen level

Hi Folks,I have a selection-screen having the matnr and quantity.MATNR is going to be fetched from the table but the quantity is going to be given by the user at the selection screen level.Now if the user enters saypart4 as matnr10 as quantity,the un...

kiran_k8 by Active Contributor
  • 862 VIEWS
  • 9 REPLIES
  • 0 Likes

Resolved! ABAP Certfication Q's

Hi Experts,Can u please provide me the answers for the following Q's20. Which of the following would be best for hiding further selection criteria until a function is chosen? A: AT NEW SELECTION-SCREEN B: SELECTION-SCREEN AT LINE-SELECTION C: SUBMIT ...

Resolved! LOGOS in SAPSCRIPT?

Hi,i use logos in sapscript in this way:1. convert jpg to tif.2. import this via RSTXLDMC as an standarttext3. in sapscript i use INCLUDE ...this works OK.Question: is there another way to do this? What about OAOR withPICTURES and OT (I use this for ...

indexes

Hi,I am working on a report,where in I have to select the data from rbkp table.So I have coded a select statement which selects some fields from rbkp table using for all entries from gt_output(internal table).In the where conditons if I use key field...

Resolved! ABAP Certification Q's

Hi Experts,Can you please provide me with the correct answers for the following Q's34. What is output by the following code? DATA: BEGIN OF itab OCCURS 0, letter type c, END OF itab. itab-letter = 'A'. APPEND itab. itab-letter = 'B'. APPEND itab. ita...

sap query

Hi,I have an issue in sap query like, the requirement is to add 2 fields created date and time 1) to the existing infoset query i checked the corresponding 2 fields. But there is a transaction code assigned to this query.2) when i execute the transac...

Resolved! HR ABAP

Hi Experts, I am new to HR ABAP.I am writing a piece of code below. Can anyone explain what each statement is doing.TABLES: pernr.INFOTYPES: 0001,0002.GET pernr.PROVIDE * FROM p0002 BETWEEN pn-begda AND pn-endda. WRITE: p0002-pernr, p0002-nachn, p00...

MDP4 Transaction

Hi,I have a requirement to update MDP4 transaction. This is a transaction to Maintain Planning Table. I have tried recording through BDC and LSMW Recording. But the screen field(ATWRT) is not getting recorded. I have even tried for standard objec...

Labels in this area