Re: bdc vs bapi
Hi, The question you are asking has been already answered(as said by Sabyasachi). You can check the below link. The question has been answered/explained very well. http://scn.sap.com/thread/918886 Hope...
View ArticleRe: Alv List and Normal list
Surely you can but can you elaborate on what did you mean by 'some action or additional function'??
View ArticleRe: bdc vs bapi
Hi, BDC and BAPI both are equally good for Data MIgration but BAPI is always advisable as its is faster that BDC transfer. BAPI directly update data on database server without using any screens but in...
View ArticleValidation in va22 header
Hi All, I want some validations in va22 likePo date : Max up to one month old otherwise system should give a error msg , and some other validation in valid from and valid to date and pricing date,For...
View ArticleRe: about ombt transaction?
existing number range is this which is not required, required number range is 1000000000 to 9999999999
View ArticleRe: bdc vs bapi
yes,............ i am new to abap,example.......... VA01,MM01,ME21N,.............. transactions haveing standard bapi's if any screen has modified(adding some custom tabs,pop-up screens)......for above...
View ArticleNeed to calculate Average at end of each Material
Dears I created an ALV GRID report with columns Material number,discount %,Discount amount.Not i sorted itab based on Matnr, in the result i want to show the average at the end of each material...
View ArticleRe: bdc vs bapi
but adding some custom tab you have to use badi, user exit, customer exit.........
View ArticleRe: Need to calculate Average at end of each Material
you can do this in 2 ways........loop at it into wa.at end of <field>.sum.here, you have to use sy-tabix to count processing of loop....when you got the sum... 1001 5->1001 31002 3...
View ArticleRe: download error
This is a pretty standard requirement. Please check this link - http://****************/Tips/ABAP/email/Anyformat.htm
View ArticleRe: Mails sent successfully however not listed in SOSG and SOSB.
Hi,probably he doesnt have some authorization. run the tcode SOSG and then SU53, check if there are some objects that miss authorization. Regards
View ArticleRe: Business Transaction Event
Hi Please, see the SAP Note 487722 - Using EXTENSION1 for accounting BAPIs, I believe it will help you Regards Eduardo
View ArticleRe: BAPI_OBJCL_CHANGE old values are empty only new value is filled.
I am shocked i did not get any reply on this.it is well known that all the old characteristics well disappear if they are not given as parameter to the bapi.So i have to get them and put them in this...
View ArticleRe: BAPI_OBJCL_CHANGE old values are empty only new value is filled.
I'm shocked you get the name of the change BAPI, and you don't find the name of the get detail BAPI. Regards,Raymond
View ArticleRe: BADI_MATERIAL_CHECK
This question is not answered yet.I am having the same problem with include ZXMG0U02.
View ArticleRe: BAPI_OBJCL_CHANGE old values are empty only new value is filled.
Frank, You use BAPI_TRANSACTION_COMMIT after BAPI_OBJCL_CHANGE call. Right?
View ArticleRaise_exception in sapln_diagnosis_frame
Hi all, I'm working in a hospital where we use the IS-H-MED module. I'm aware not so many people work in that environment. Nevertheless, I try it. We have since about 6 months to a year about 12 abap...
View ArticleRe: BADI_MATERIAL_CHECK
Hi Marjon, How are you displaying the error message ?It can be simply called by using a custom message class and number MESSAGE ID '' TYPE 'E' NUMBER ''.and no need to raise any exceptions .
View ArticleRaise_exception in sapln_diagnosis_frame
Hi S D, What do you mean by "We have analysed the dump on abap level, but as with raise exceptions, the dump arrives after the code voor the cause of the dump."?
View Article