How do i extract base amount, cst amount of an item in rseg?
my queries:SELECT KWERT FROM KONV INTO CORRESPONDING FIELDSOFTABLE IIT_SEG2 FORALL ENTRIES IN IT_SEG WHERE KNUMV = IT_SEG-KNUMV AND KPOSN = IT_SEG-BUZEI AND KSCHL...
View ArticleRe: Drag and drop file to leaf of tree control
Hi Prabhu,We are on EEC 6 and we have a need for users to drap/drop or cut/paste windows documents to an FB02 screen to be saved on the archive server. The current process is too many clicks.Please...
View ArticleStandard Web Service for Creating a sales quotation
Hi All, Is there any standard Web service which creates a sales quotation in SAP R/3?
View ArticleRe: Drag and drop file to leaf of tree control
Dear Soyab, if you think of dveleoping something individual, please make sure you have the right SAPGUI version, which supports this drag & drop functionality from the Windows Explorer. See Note...
View ArticleRe: Drag and drop file to leaf of tree control
Hi Peter,Thanks for your response.We are using OpenText doculink for all our user uploaded attachments.The GOS menu options 'create attachments' and 'store business doc' have been modified to point to...
View ArticleRe: Standard Web Service for Creating a sales quotation
Howdy, ES called CustomerQuoteERPCreateRequestConfirmation_In can be used to create SD quote: Here is a link to it on ESWorkplace:...
View ArticleRe: Confused with abap inheritating
I created a post ABAP Protected Section – Is it really Protected? on my personal blog. Lets see what others has to say. Thanks,Naimesh Patel
View ArticleRe: does abap unit testclass can get acces to private methods of classes to tes
Hello Jens, Klaus wrote really nice how it is possible. But let me ask you if you really want this:In my thoughts a Unit Test will check if the public interface of the tested unit will behave as...
View Articlesap gos update issue
Hi,i have one strange issue. after system upgrade , GOS in iw32 is not working properly.if i create attachment , even then attachment list button is disabled and when i delete all the attachment and if...
View ArticleHow can I selectively rollback while committing in mass using ABAP Objects?
As an example, my task is to create thousands of customers and contracts in our system. In order to completely create a customer, I must call a number of BAPIs. If a customer is incomplete because one...
View ArticleRe: how to create class pool type program?
Give a correct name to the program like SAPMZxxxx (ref: Note 16466 - Customer name range for SAP objects) Regards,Raymond
View ArticleRe: downcasting
Hi Alexander, in addition to what Adam wrote below and hoping that I understood your question correctly: you need to distinguish between designtime and runtime when looking at "method of subclass or...
View ArticleRe: downcasting
Hi Alexander, These are general object oriented inheritance rules, that are also valid for ABAP.To simplify: always method of runtime object (actual existing object) is executed, independent of what is...
View ArticleRe: ALV OO data_changed event when clicking outside container
Hi Manuel, I did as you suggested and it works. The problem is that I have further treatment occurring in the same screen. i.e.: When user type in X Material of EA measure, a field in the screen must...
View ArticleRe: how to create class pool type program?
We cant create Class Pool type ,K, explicitly.This is reserved, Please check help, on the message, that we get, after selecting type 'K'
View ArticleRe: how to create class pool type program?
You can create classes in SE24 and SE80.The class is contained in Sources of Type Class Pool.As said, you cant generate it explicitly. Btw, the input field in SE38 is scrollable:Although you can´t...
View ArticleRe: How can I selectively rollback while committing in mass using ABAP Objects?
Thanks, Alex. I came across a similar approach during my initial research, but it appears to be limited to using functions. Since I'm using methods in classes, I'd like to avoid having to wrap them in...
View ArticleRe: How can I selectively rollback while committing in mass using ABAP Objects?
Thanks, Abdullah. I considered an approach like this, but if I were to get one error per 15 records (for example) then I'd end up having to process most records (the successful ones that were...
View ArticleRe: How can I selectively rollback while committing in mass using ABAP Objects?
Hello Brandon, You could use the ABAP transaction service for your requirement. Using the transaction service, you could create a sub transaction for every ,say 15 transactions,of which you could...
View Article