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

Resolved! Large tables where large numbers of records are frequently accessed.What are the optimization techniques we can use?

Whenever we create database tables,we define what kind of buffering it should possess.If buffering is activated for a table,we should choose from one of three buffering types.Single record buffering is recommended when we access fewer records from la...

Resolved! Use of BAPI in loop

Hi Al,We are using a BAPI in loop and in the below scenario i am facing issues:loop at itab.Record1 goes in BAPI CALL (Generate CO document)F.M Call.if BAPI and F.M has no errors we do a BAPI commit with waitendloop.In the above example if for first ...

Resolved! Doubt about BAPI_MATERIAL_SAVEREPLICA and COMMIT / ROLLBACK

This BAPI allows to create or modify several materials at once. My doubt is how the transaction should be handled. As you know common practice after any BAPI execution is to check for errors in RETURN table, then if some are found call BAPI_TRANSACTI...

Resolved! What is the best way of converting material master IDOC to Article master IDOC?

Please suggest me how a material which gets created in the sender system and distrubuted as an IDoc can be converted into an article in the recieving system?.If it is required to be done only in receiving system what is the best option?.And standard ...

ALV Grid with 2 Headers - OOPS

Hi,I've a requirement wherein the ALV should have 2 Headers like this:     Header 1                                   Header 2Col1      Col2     Col 3                 Col 4   Col 5     Col 6I'm using CALL METHOD g_grid->set_table_for_first_displayfor...

ABAP Proxy - trace

HiI´m using an ABAP Proxy to consume a webservice. The Webservice does not return the correct data, so i need to send the actual raw XML to the Webservice developer.But where can i find the actual XML of the call (and the response)?We are NOT using S...

Resolved! HTML tags in So10

Hi, From my program I am sending mail by using so10 text with HTML tags. Please let me know how to send below HTML tag dynamic URL to SO10. Ex: I want to append a URL with <a href> tag like this <a href='www.xyz.com"> , please click here regards Bhar...

select query not selecting values into table

Hi,i want the AUFNR to be extracted from QMEL for a QMNUM, i used the below statement, but it is showing sy-subrc = 4.IF git_qmnum[] IS NOT INITIAL.    SELECT qmnum           aufnr          FROM qmel        INTO TABLE git_qmel          FOR ALL ENTRIE...

Resolved! Date format in excel attachment

Hi All,I am using  CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1' to send excel attachment to mail.I am filling DATE column of excel attachment as below:DATA           l_date                  TYPE string.    CONSTANTS: lc_apostrof(4)     TYPE c VALUE ...

Labels in this area