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

report

Hi friends,In SE38, pls find the code below.DATA: BEGIN OF tkomv OCCURS 50. INCLUDE STRUCTURE komv.DATA: END OF tkomv.SEARCH tkomv FOR 'HM00' AND MARK.It works well in a client. gives only warning message as Warning: Table "TKOMV" must ha...

Resolved! modifying E1EDK14

Hi!E1EDK14 is beeing populated with standart code: CLEAR int_edidd. CLEAR e1edk14. int_edidd-segnam = 'E1EDK14'. e1edk14-qualf = '006'. PERFORM move_field USING 'E1EDK14-ORGID' vbdkr-spart ' '. MOVE e1edk14 TO int_edidd-sdata. APPEND int_edidd...

area menu

Hi Friends,I want to 2 do a report which gives menu path if we give short description of program or standard report so for that i want 2 know in which table i get area menu but from TTREE table i cant access area menu becoz i dnt have id

Resolved! Bapis

Hi all,1. give me some bapis that will convert sap data into xml format. if possible give the procedure how to develop code for it and to implement.2. how to create a custom bapi. [ step by step procedure ]any suggestions are highly appreciated....

Resolved! copy the data

hi friends. i have doubt about i am copying the value from the function module internal tableand displaying the output as report. i have to filter the result regarding some conditions.i declared data: CRITICAL_STATEMENTS type standard table of bamsta...

BIG Problem

Hello SAPients!In TCode ME22N I can change anything and see the changes in the Print Preview of the Purchase Order even if I don't save the PO. Anything EXCEPT for the Version of the PO. Is that standard behaviour? Can I do something to retrieve the ...

Resolved! Regarding user exits

dear allwe have added two fields in the t code IW51. now our production server is been upgrded. and the fields which are been added are now deleted from the production server.it is still availabel with our old ECC 5.0 test server.. what will be the a...

Resolved! Outbound Interface

hi all,I am fetching data froM sap system and storing them into an internal table,but to store this data on application server i have to create <b>Header and Trailer</b>. Can anybody send me any sample code as how to create <b>header</b> and <b>trail...

cursor

HI friends please explain this code . what is that p-- ,p+ .FORM PAGING USING CODE. DATA : I TYPE I, J TYPE I.CASE CODE. WHEN 'P--'. TCTRL_PHONELIST-TOP_LINE = 1. WHEN 'P-'. TCTRL_PHONELIST-TOP_LINE = TCTRL_PHONELIST-TOP_LINE - L_COUNT. IF TC...

Resolved! abap reports

hi my friends, I want to get good command on reporting in ABAP ,like control break stmts,passing data from one program to another using AT-NEW,AT_LAST,AT-END events,subrotines and all basic funtonality we use in reports so if any one have sample cod...

Resolved! data ref

Please read this code & answer the following questionsREPORT demo_data_reference.TYPES: BEGIN OF t_struct, col1 TYPE i, col2 TYPE i, END OF t_struct. DATA: dref1 TYPE REF TO data, dref2 TYPE REF TO data. FIELD-SYMBOLS: ...

HI

1.How to print no. in reverse order?2. How to print name in revrese?3. How to get words, if we give input as no. and viseversa? Ex. For Thousand i want to get as 1000. Thanqu.With regards,Srinu.

Resolved! workflow issue plz guide

gugys i have a training on workflow of two hours so i wanna do som initial preperation to ask som questionsplz tel me what are the imp topics of workflow that should be covered in the sessionif u have any step by step guide plz send me at anit.gautam...

Labels in this area