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

Resolved! Bitmap documentation

Hi,I can use bitmap command in SAPSCRIPT likeBITMAP <xyz> OBJECT GRAPHICS ID BMAP TYPE BMON DPI nnnbut I never found any documentation explaining the syntax and parameters. Are there other objets defined except GRAPHICS, other IDs except BMAP and oth...

Clemenss by Active Contributor
  • 1718 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! field names in screen

hi,how to find out screen fieldnames in application.for example, i want to find out fields names and table name in va01 application.is there any option to find out all field names(total list) of particular application at a time.i know by using search...

regarding PARAMETER

hi allPARAMETER P_WERKS like mseg-werks obligatory.SELECT-OPTIONS S_mblnr for mkpf-mblnr obligatory.i want to fetch the values for the select-options from a table based on the parameter value.if you can tell me how to get the value of the paramet...

Resolved! E-mail Address

Hi all, we have a requirement to send an e-mail to the customer contact person. we can get the number of customer contact person (PARNR) from the table KNVK , for the same PARNR we need to find out the e-mail address of the same. so where...

GUI_GET_FILE_INFO

Hi all, When i am using the function <b>GUI_GET_FILE_INFO</b> its saying that this function is obsolete,So i am using <b>CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_GET_SIZE</b> instade is this method is equivalent to GUI_GET_FILE_INFO or not please ...

Resolved! bdc

hi,I have 500 records in flat file. I want to upload only 100 records and the process is to be stopped after uploading the 100 records.please clarify my problemthank u in advance.

Resolved! word attachement

Hi all,I am using SO_DOCUMENT_SEND_API1 for sending external emails with word attachment.I having following issuewhile doing so: 1.I want to send a existing word file as an attachment but in code I am using populate data in an internal table ...

Update Table

In program using two tables A & B. The table A has more than one records for a given employee No. while Table B has only single record.First a single record is picked from Table A & compared with Table B. IF it matches all the records of Table A for ...

Resolved! decimal values....

Hi,For the following code ekkn-vproz always gives 0.0 as it is decimal value...so i want to change to 100.0...in the below code...unfortunately it is not showing the 100.0 value why...data : v_vproz(10) type c. v_vproz = lt_ekkn-vproz. IF v_vproz...

Resolved! On help-request for

Hello, thereI have written the follwing segment of code:AT SELECTION-SCREEN.DATA: IT_PCFILES TYPE FILETABLE, LV_RC TYPE I.AT SELECTION-SCREEN ON HELP-REQUEST FOR P_PCPATH. CALL METHOD CI_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG CHA...

Labels in this area