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

work area

Is it possible to change the work area dynamicallyI want to increase the no of fields dynamically in the work areaeg) if n = 9 then my work area must have 9 fields n1 n2 n3.....n9If n = 4 then the work area must have 4 fieldsi have to get the value...

Resolved! SET DATE

Hi,I would like to set date on selection screen in my code and not trough variants.eg.:AT SELECTION-SCREEN.INITIALIZATION. berdatum = sy-datum.so, what should i do instead of current sy-datum <b>to get the last day of current year?</b>thank you in a...

Resolved! SELECT-OPTIONS : Query

hi,I need to put a select options with no intervals and defalut mutliple values to the field.ie,in my selection screen , there must be a field (text box) and that must be defaulted by 3 values.how can i do this.sample code will be really helpfulregar...

Resolved! TYPES AND TABLES

I want to define an internal table with other internal table inside.For example:TYPES: BEGIN OF S_DESCRIPCION, F_DESCR(30) TYPE C, C_DESCR(30) TYPE C, END OF S_DESCRIPCION. TYPES: BEGIN OF S_STATUS_F, SFVACIO TYPE C, ...

Resolved! BDC

Hi,I have 1000 records in my flat file. My program must develop 10 session once executed. that is for every 100 records new session has to create. Can any one give the <b>code</b> for this Please...Thanks margani.

reg Table

hi alli create a ztable. in table include useing. table is not activate i get a deactivate log .1 MANDT 1 X MANDT MANDT CLNT 3 Client 2 GUID 2 X GUID_16 SYSUUID RAW 16 GUID in 'RAW' format 3 .INCLUDE 3 0 Applic...

BAPI_PO_GETDETAIL

hi all,ive to read data from old sap (stand alone) systempurchase order number was read through an rfc function module.Now all purchase order numbers are in one internal table i.e itab_ekko.loop at itab_ekko.CALL FUNCTION 'BAPI_PO_GETDETAIL'DESTINATI...

price fields

Hi,I have created a report program .In the output I have some price fields(netpr,kmein,kpein) taken from vbap table.Now I have a new requirement where In the output, the price fields need to come from the Price List (condition) record based on the SO...

Resolved! function group

Hi ExpertsFunction Group names are available in TADIR table. Where can I find out how many objects are available in a function group, i.e. how many function modules etc.please suggest any transaction or table name.

Labels in this area