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

Resolved! find opening balance

hi experts,i want to find the opening balance one day before of my selection screen date entry.example - if i enter 1.4.07 in the selection screen, i should get the closing balance of 30.3.97, closing balance of 30.3.07 will be the opening balance ...

Resolved! get table dynamic

Hi all,i have to wrote a generator for a Pattern here. But i got a small problem.I have to got a table and the big problem is i don't know whick TYPE i gotthe code looks like this SELECT * FROM (im_table) INTO TABLE ????. But how to define the ????. ...

Screen value in POV

Hi All, There is a selection screen in which i am entreing matnr and based on the matnr i have to provide F4 help.I am using a function module to show F4 help.I need the matnr entered on the screen as input the function module.The FM is in Process-o...

Screen value in POV

Hi All, There is a selection screen in which i am entreing matnr and based on the matnr i have to provide F4 help.I am using a function module to show F4 help.I need the matnr entered on the screen as input the function module.The FM is in Process-o...

Resolved! loop 2 times.

hi Abapers,anyone can plx help me with performance in loop 2 times?I need something like this: LOOP AT ti_sbook FROM sbook_index. READ TABLE ti_spfli BINARY SEARCH. WHILE sy-subrc = 0. cont1 = cont1 + 1. spfli_index = spfli_index + 1...

screen painter

Hi All,I m trying to design the screen painter in which after creating the layout In PAI modules i need to create code which will be triggerred when I perform some action in the output. In PBO module the code which needs to write gets triggered befo...

ALV Doubt...

Hi,I want to club two field values in ALV based upon the condition,I have selected the records from two database table based upon the condition and output is displayed using ALV Grid.I am getting the output as below.eg:AUFNR WEMNG MENG...

Resolved! Doubt in ALV

can any one tell ,what is '&IC1' ? why we use that? can any one explain the below code........FORM DISPLAYDETAILS USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD. IF SELFIELD-FIELDNAME = 'EBELN'. IF UCOMM = '&IC1'. READ TABLE I_OU...

Regarding VOFM.

Hi all, I have created a customer routine in VOFM. What should i do inorder it should be active in pooled table TFRM . I have activated that customer routine. Even then also it is not active in TFRM. Moreover i am not seeing that routine number in TR...

Resolved! editing of the ALV grids

hi Experts!!i am working in the editing of the ALV grids using objects..when we edit the alv i want the same to be update to the DB tables..i tryied most of the methods like GET_CEL_VALUES(this i m getting only cursor value)/ get_changed valuse and a...

BAPI steps

Can anyone help me to know how to get the data from SAP to server(java) and vice versa using BAPI..Example : Material data is in the Java server,Now i need to take the data from tht server to SAP using BAPI..Plz guide me with the steps

Labels in this area