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

Resolved! Reg subroutines.

Hi,In sub routines when we use Using and Changing..can we pass internal table and work areas for these ones ,if so, please help how to pass internal table in these scenario'sscenario 1.data: itab like lfa1 occurs 0 wiht header line.scenario 2.data: i...

select

In Table 1 I have two fields f1 & f2 In Table 2 I have field f3 i want to display f1 f2 & f3... My select options s1 based on table1 s2 based on table1 s3 based on table3 how should my selcet query for this ?

Problem in the IDoc structure, Getting IDoc status 26 (Syntax check error)

Hi,I am using Stand-alone method to transfer IDoc from SAP to legacy system.I defined custom IDoc, with 1 header segment (For multiple header and item details of the Document) and 2 child segments at the same level as per the requirement.the structur...

Resolved! pre-defined type

Hi gurus, im want to insert fields in custome structure .im unable to locate pre-defined type in the screen so plz help me in this ..i searched all but coudnt find 1 .im working in 4.6c version. so can u tell me exactly were is it l...

Resolved! request plz

Hi Sana, Ur links where quite helpful but need ask some more questions like could u plz tell me how to find out the exact difference of inbound and outbound idoc it is quite confusing . how can we say the object we recieved is outbound or inb...

object vbbk

i am using fm read_text to read text from va02 in my report.input parameters are - client - sy-mandtid - '0001'language - sy-languname - '0000001541'object - 'vbbk'but error occurs saying 'text object vbbk is not available

report_urgent please

Hi,I am developing one classical report .In top of report i have header datails like customer num etc.in first page i am geting header details and records .it is fine.if in first page reocrds are more it is moving to the second page.it dispalying the...

Logic help..

Experts help me to construct my logic regarding this scenario.It would be much unclear if I would explain it so I just made a visual example.this is one my itab.Name: itab.itab has two fields:name numbershine 1mary 1mary 2arenas ...

Resolved! F4 help

Hi,I am currently assigned a object,the requirement is to define a F4 help as per client specifications.The issue being,they want the text to be displayed in the screen,after selection & not the code.Once we display the text,the text gets truncated.I...

Selection screen Text

Hi All,I have a problem in the report S_ALR_87013340 where the Selection Text in the selection screen is not displaying any text in one client and when i check it in another client it is displaying correctly.I tried to find the reason but couldnt, if...

Resolved! BACK, EXIT, CANCEL

I had called a screen from an executable program with:CALL SCREEN 100.How can I continue processing the remaining code of the program after the execution of flow logic in screen 100? (This will be triggered by an EXECUTE button.)What are the codes fo...

Sy-ucomm for a button

Hi Experts,Can anyone please tell me about the sy-ucomm for message button in ME22N transaction and then one more button Repeat Output.My requirement is i have to re send an IDOC when someone changes the PO and press the repeat output. For this i am ...

Resolved! Authority check

Hi guru's Is this is what we do in ABAP end to restrict to give access to the total field?loop at itab. AUTHORITY-CHECK OBJECT 'ZSALK3' ID 'ACTVT' FIELD '03' ID 'SALK3' FIELD itab-kunres.if sy-subrc <> 0.MESSAGE s120(m7).endif.e...

message

HI all. I would like to display a value after a message.message i000(zm) with 'message', p_message. it is not working. can somebody tell me how i can write this code. i would like the parameter value along with the message text.Thanks.

ALV TOP_OF_COVERPAGE

I have created an alv report and would like to some how show the selection parematers along with the report. When reading about TOP_OF_COVERPAGE it seems this could do it. I know how to use TOP_OF_PAGE but need help with TOP_OF_COVERPAGE to show sele...

Labels in this area