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

Resolved! hi sdn frnds urgent

Good Afternoon all, i am changing one report. In that i have given like this query.in where condition if u see this ' NAST- OBJKY* ' how can i use *(wild card character) .if i give this i am getting error. is there any solution for this....

Resolved! at selection-screen

Hi Experts, at selection-screen .loop at screen.if screen-name = 'DOCTYPE'.screen-input = 0.modify screen.endif.endloop.if i put the above code in at selection-screen , it won't modify the screen.But if i put it in at selection-screen output modific...

Resolved! need help

Below is my code: and it genearting some syntax error:-error is ("FIEL0" is not expected. Where is the problem.Plz let me know. )DATA: BEGIN OF WTOBJ, OBJCT TYPE TOBJ-OBJCT, FIEL1 TYPE TOBJ-FIEL1, FIEL2 TYPE TOBJ-FIEL2, FI...

Resolved! Reg. Secondary Index

Hi all,Could you please clarify my doubt , I have detailed the issue below .A table has fields A,B,C,D,E,F,G,H,I,J in which A and B are Primary Key , using D,E,H&J there is one Secondary Index (In order E,H,J&D) , I am trying to fetch the some fields...

validations

Hi all, i have to check email validations by using function module input email (char70).in this email i hev to check @ and dot symbols.in this @ symbol is exist after 2nd character onwards.dot symbol is exist after @ symbol but between @ and dot sym...

Resolved! Create LSMW

Hi all,I am new to LSMW, can any one please help me out with some good material so that i can learn how to create 14 steps of LSMW,if materail consist of screen shots then it would be great understanding.I require it urgently.thanks for ur concern.Ro...

RFBIBL00

Hi,I'm using RFBIBL00 for posting documents FB01.How many source files should i need to have. My header values will be constannts always. And there will be 10 line items in each document.so i will have only one source file for 10 line items .Now how...

printing

Hii have data in internal table and i am downloading that data to file into system as OUTPUT.PRN(filename) and i want to take printout of this filei am using ws_execute and cl_gui_frontend_servies->execute it is opening dos prompt and no response

Resolved! select statement

Hi,I am getting one error in following select statementselect single land1 name1 from lfa1 into (lv_land1, lv_name1) where lifnr in s_lifnr.the error is " the list (lv_land1" after "into" is not of the form (f1,...,fn), or contains an undefined field...

Resolved! Exit M06E0004

Hi All,I am using exit M06E0004 to trigger the Release strategy. I need to know by which method the PO is getting created. For this EKKO-STATU field contains this information.But i dodnt get the EKKO(Header) information in the import paramters of the...

GUI_DOWNLOAD problem....

Hello Gurus!!!!!!!!!11The code is given below........................... lt_project_ex-line = ' '. APPEND lt_project_ex. lt_project_ex-line = 'Project ID'. APPEND lt_project_ex. lt_project_ex-line = 'Emp ID'. APPEND lt_project_ex. lt_project_ex...

sonu_p2 by Active Participant
  • 474 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! push button in output

HI friends, 1, can any one help me in finding push button in output after executing the report. 2,which system variable used for finding index when any data retrived with out where condition . If table is not having any primary index or key.Reg...

Resolved! HR ABAP - urgent

Hi,I have a requirement where i have to dispaly the name & designation of the HR executive corresponding to the particular Employee.P0001-SACHP (Name of HR Executive)P0001-PLANS Designation of HR Executiveplease advice how to get the data from infoty...

Updating table data

I am writing a program to update data in table ZDATA.This can be run by many users at a time. If I don't lock this table by using FM VIEW_ENQUEUE in program what happens?Does it allow multiple users to update data at same time? or default locking mec...

Resolved! Cannot create object

Hi gurus,the following code:<b><i>DATA: ref_cl_rsd_odso TYPE REF TO cl_rsd_odso, ref_if_rsd_dta type ref to if_rsd_dta, e_s_dta TYPE rsd_s_dta, wa_e_s_dta TYPE rsd_s_dta.START-OF-SELECTION.create object ref_cl_rsd_odso. CALL METHOD r...

Resolved! debugging

Hi all how to get back to previous stage of a program from current stage in debugging. i.e, if i mistakely overlooked some field value and later came to realise that and wanted to see what was the vlaue in that position, what to do?thanx

Labels in this area