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

Resolved! Dialog programming

Hi All,What is the function code for "Enter" and "Double Click". For Example,For push buttons,I have 3 push buttons like p1, p2, p3. So I write the code for getting User command like this,module USER_COMMAND_9001 input.CASE SY-UCOMM.WHEN 'P1'.-WHEN ...

Resolved! reg-smartforms

This is my select statment:- data: wa_bkpf like bkpf. select single * from bkpf into wa_bkpf where belnr = p_belnr. select * from bseg into corresponding fields of table itab where belnr = wa_bkpf-belnr. loop at itab where belnr = wa_bkpf-be...

need help

Below is my program. In my program there is a select statement. Now how I will pass the itab and wa_bkpf. Plz check the start of selection carefully. And add the required code.&----*& Report ZFI_FORM_REPORT*&&----*&*&&----REPORT ZFI_FORM_REPORT.*Ta...

need logic

Hi,I have BAPI_PROMO_CREATE function module created cloned Z fm as Z_BAPI_PROMO_CRATE.I have to pass custom fileds in to this cloned fm those fields are offer number,offer type,Discount amount,promotion label print indicator,page,space,pictured artic...

Resolved! Field Symbol

Dear Friends,I need your opinion about a query I have to write.I need to input the name of the table in a variable and retrieve datafrom that particular table.e.g. <b>var</b> = 'MARA'.Select * from <b>var</b> into table itab .Somebody advised me to u...

Resolved! select

Below is my select statement:It is not working. Could you make it right. data: wa_bkpf like bkpf. select single * from bkpf into corresponding field of wa_bkpf. where belnr= p_belnr. select * from bseg into table itab where belnr= wa_belnr.

FB3LN

hi allam using th standard transction FBL3N...please tell me where should i put my program so that when i give the transaction my program executes not the standard programwith regardsvijay

fbl3n

hi allam using th standard transction FBL3N...please tell me where should i put my program so that when i give the transaction my program executes not the standard programwith regardsvijay

Labels in this area