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

Resolved! Sales Order User Status

Hi,is there any FM or user-exits to set the User Status of the Sales Order Line Item at the time of Order Creation.( status profile is created with 3 status in BS02 and assigned to the order line item. user exit / fm has to change the status assigned...

Resolved! e_ucomm problem

hello,in my data_changed method I am doing a check on e_ucomm which is the function code of a context_menu in an ALV-Grid. method handle_data_changed. if e_ucomm = 'Context_menu_AAS'. /bmw/pur_a003_cl_inbox_appl=>gv_verantw_flag = 'X'. ...

Resolved! Interactive Report

Hi guru's,I have a doubt in interactive report. In Normal interactive report suppose if we are in 15 list and there is a situation where you have to come back to 11th list . Could anyone please tell me how to come back to specified list.Thanks in ad...

Standard Objects?

Hi Sap Experts,Maybe this is a Stupid Question but How can I see if an Object is standar or not?Is it enough to check if the object is :1 - Z* ?2 - Y* ?3 - LZ*?4 - LY*?I don't think so, because there the namespace problem.Can anyone give me a clue to...

Resolved! ADD a FIELD .

Hi Guys , I need to add a new date field to a standard transaction in ecc 6.0 , I will fill a new field in a standard table with the new field information in the transaction. How Can I do that ? . I already know that the best way to add a field in ...

Resolved! SAP Standard Roles

Hello everyone.What is SAP's best practice for using (customizing) the SAP standard roles? I have always used the standard roles as templates to customize for my customers. Is there a stated SAP best practice for this?If I use a standard role, custom...

Resolved! or in brackets

Hi,how i can write this statment in brackets if p_table_selection EQ '/BIC/0CZPRTHOURM' or p_table_selection EQ '/BIC/0CZQREPUTM'....i try with: if p_table_selection EQ ( '/BIC/0CZPRTHOURM' or '/BIC/0CZQREPUTM' )and i have error .regards

Labels in this area