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

Import DLL library

I have a question about DLL's. I have a DLL from an application and I need to use some functions from this DLL. How can I do that? As an exemple my dll is mydll.dll and use this dll to print, it's useful in VBA. I use the function F_PRINT from it. Ho...

Resolved! problem withe using the russian characters in selection

Hi guys,I have this code:select result from ztable into v_result where field1 = c_russia.where c_russia = Отправитель...i have this in the ztable but its not showing in my v_result when I debug and sy-subrc NE 0... y is this so? is there anything wro...

inner join coding

Hi gurus,Can anyone help me how to change the following select statement into inner join?SELECT aufnr FROM afpo INTO TABLE i_afpo WHERE projn = l_afpo-projn AND aufnr IN ( select AUFNR from AUFK WHERE auart = 'NT01' ). IF sy-subrc = ...

Resolved! batch inputs

Dear experts....Can anybody tell me something bout batchinputs, all i Know is that you gather info from other format files or tables (excel) and then you present them like one ABAP table or file.If you can guide me to check some theory, manual or dem...

Resolved! Table Control: List box entries for one field based on another field value

Hi All,I have two fields (SYSTEM and KTOKK) in a table control.Both of these need to be dropdown boxes.I need a set for possible values in the field system. I've got this working using the FM F4IF_INT_TABLE_VALUE_REQUEST in the PROCESS ON VALUE-REQUE...

Resolved! alv list display

Hi all, I am trying to display the contents of an internal table using list display, the structure of internal table is not similar to any table in dictionary. Which parameters in fieldcatalog should be passed? what should be input for 'fieldname'...

FD33 Transaction

hi,what is FD33 transaction used for?i have a report which is using BDC with a call transaction syntax to FD33...and hence it is causing performance issues in production..my question is, is it possible to bypass this transaction and directly update t...

Listbox

hi guys, I'm kind of lost, can anybody tellme the steps to create a dropdown listbox? I need to now, how to set its values and where I decide the next step after certain option was selected.Thank you.

Resolved! POV popup..

hi,i am selecting say customer number from kna1 and displaying as follows in my screen.CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY' EXPORTING ENDPOS_COL = 20 ENDPOS_ROW = 30 STARTPOS_COL = 8 STARTPOS_ROW = 9 TITLETEXT =...

Resolved! Select-Read-

SELECT oprcd fisclos FROM zrops INTO TABLE i_zrops. SELECT kostl bkzks FROM csks INTO TABLE i_csks WHERE kostl = i_ccxdetimp-kostl. and kokrs = l_chglog-kokrs.LOOP AT I_CSKS where kostl = i_ccxdetimp-kost...

About Create_text FM

Hi ExpertsI use create_text fm create a long text for object, The FM's sy-subrc is 0, But I can't view it in object's Text Edit. Otherwise I Edit the text use standard TCODE then the text which i created by FM will display in Text Edit,Can anyone tel...

Labels in this area