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

Resolved! Excel to itab

Hello, is there any FM that allowed to read data from several tabs in excel file? I use ALSM_EXCEL_TO_INTERNAL_TABLE but.... I've got excel file that has 3 tabs, and I cannot find FM that will "see" those other tabs in excel file. Is there such FM?

Resolved! Call transaction SM30..

Hi My requirement is when user clicks on Pushbutton.it should directly navigate to inside SM30 in Maintain mode.what i know is to use the Set parameter id and use call transaction 'SM30' . -> which will take to SM30but how can i make directly to insi...

Resolved! make a screen pop up

HiAfter a report is being displayed and the user wants to print it, normally the standard printing screen appearsBut the requirements is to have a screen appearing which contains all the documents on the report, a 'Print' and a 'Cancel' buttonI have ...

Resolved! Use HYPERLINK In ALV

Hi i have requirement to add a hyperLink in ALV Report Output.i have added the following code in my code but hyperlink('www.google.com' ) is not showing in the report output and when i execute the report then 'www.google.com' opens in the web browser...

Control Break event

Hi, I am using one loop and in that i am using another loop with where condition in that i am using AT END OF event. but it is not checking the value in the event and directly it is going to inner part of event. what should i do u can any body help ...

mhnk-bukrsa

hihere is my codedata: i_t001 type STANDARD TABLE OF t001 with HEADER LINE.data: wa_t001 like line of i_t001.BREAK-POINT.select SINGLE adrnr from t001 into CORRESPONDING FIELDS OF wa_t001 where BUKRS = MHNK-BUKRS.i am not able to tetch the recor...

Resolved! Regarding Field Symbols

Hi Gurus, I have one Question Regarding the Field Symbols. My problem is in the BADI's.I have used the below code. Field-symbols: <fs> type any. assign('(saplwbws)prps[]') to <FS>. Now the <FS> contains the one internal table. Now the problem is I ...

Resolved! Screen Variants.

Please give me some documents related to screen variants. Can we have screen variants for the tcodes created by SAP. like variants for SE11, SE16 and SE38. Also can we create Screen Variants for transactions created by users.

Badi Or User Exit

Hi All ,In transaction VT01n , if you give Transport planning pt and Shipment type and move to next screen . At the bottom you will find button's like : Planning , checkin ,loading start , loading end ,shipment start and shipment end .So when i press...

ALV Refresh

hiI used two ALV Grids in two screens ,if we change data in first screen grid that should effect in second screen Grid also , but now in second scree first time i am getting correct values but next time if i go same previous data is coming in GRID is...

Error in idocs

Hi, I have a scenario this way, i have standard message type ex: debmas. Now i have added some zsegements to the standard message type.Now my requirement is to send only the zsegements which i have added. Should i use filters.Regards,Shekher.

Labels in this area