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

BAPI_PO_CREATE1-

"E 06 436 In case of account assignment, please enter acc. assignment data for item"can any one help me to solve the above, which I am getting while creating PO using BAPI : BAPI_PO_CREATE1.I followed the mapping which is there in the SAP note: 4203...

Resolved! Performance Improvement

If you use cursor will it improve the performance of a program?if you use cursors in DB2 database and if you go for other data base(replatform to oracle) for example oracle will we have any problem with cursors? is cursors belong to open sql or nativ...

Resolved! Fuzzy Search...

Hi,I would like to know how to incorporate a fuzzy search in a field.For example... if an user enters TEST* in a selection screen field p_var , I should display all the records which has the p_var starting with TEST..... if the user enters TEST than ...

Resolved! Doubt in table control

Hi all..I m having a table control,where i m having two coloumns.Second coloumn has a drop down.It contains add,delete.1st coloumn cab have values like 'a','b',and 'c'.Requirement is that for the coloumn having value 'b' i want the drop down to be d...

regd : User_Command

hi,I am using.loop at ifinal.On change of ifinal-khinr.itab1- khinr = ifinal-khinr.itab1-wogbtr = ifinal-wogbtr.append itab1.endon.endloop.for the first time the value is coming.for the second time since all values of khinr is same it is displaying o...

Resolved! Performance improvement

Hi Guys,Is there any chance of improving the performance of these two select queries. This will be running in both fore ground and back ground. No chance of giving Material numbers. We will always exclude materials that starts with M(Exclude M*). Use...

Resolved! Error In Gui_download

Hi friendsI am using Gui_download, with the Parameter Code Page.IF i run the program in forground is working Fine, but if i run it in Background I am getting the Msg Saying Code Page Cannot be determined and Spool is getting generated.I dont want th...

Resolved! help in report

Hi Friends,I have one issue , in my report i am displaying vendor details, when i double click on vendor number, it shud go to initial screen of tcode 'XK03', i am able to pass parameter id forvendorcompany code and purchase organization,but i have t...

Resolved! Performance

Please guide me for Tuning the following Code:FORM DETAIL_SELECTION. SORT ITAB1 BY ERDAT VBELN MATNR. DELETE ADJACENT DUPLICATES FROM ITAB1 COMPARING ERDAT VBELN MATNR. LOOP AT ITAB1. CONCATENATE ITAB1-ERDAT6(2) '.' ITAB1-ERDAT4(2) '.' ...

Labels in this area