BP & Vendor Link error in FLBPC2
Hi, I have created Business Partner and I have assigned company code & reconciliation account to business partner. Now I am trying to link my business partner to vendor master using FLBPC2...
View ArticleRe: BAdI impl. ME_PROCESS_PO give an error message but the PO can also be saved
Hello Tracy , That POs are saved as HELD Purchase Orders , if you need to restrict creation of HELD POs you need to implement ME_HOLD_PO BADI. Check the below thread ,http://scn.sap.com/message/10471722
View ArticleIF_GENIL_APPL_INTLAY~EXECUTE_OBJECT_METHOD of GenIL Implementation Class
Hello Experts , What is the Use of IF_GENIL_APPL_INTLAY~EXECUTE_OBJECT_METHOD of GenIL Implementation Class. During which scenarios we have code in this method ? Thank and Regards,Nikhil Kulkarni
View ArticleWant to create spool but not print.
Hi Friends, I have customised program for printing invoices. Printer is hard coded. When I execute for reprint of the invoice it give print to the printer hardcoded. I want to have spool generated for...
View ArticleRe: How can I set/read HTTP headers and set HTTP response code using ABAP code?
Hi Srinivas, Please check this links..http://scn.sap.com/thread/2010681http://help.sap.com/saphelp_nw04/helpdata/en/a6/10b98ae47ef14799a918db66ee9477/content.htm Cheers,Kris.
View ArticleRe: Events in BO-4
This should help you. http://howtobi.wordpress.com/2010/10/29/how-to-setup-report-scheduling-and-report-distribution-for-businessobjects/ Regards,Mani
View ArticleRe: SGEN after UPGRDATION OF EHP 4
Dear All,I have increase the size of table space NON-ASSM(1GB to 10G) and update the statistics but still getting same issue 78 hours are remaining while SGEN is started 3 days ago.Is there anyone who...
View ArticleRe: Can SBP 8.82 and 9.0 be run in the same server?
Hi, You can not run both diffirent SBO version in a server. GLU
View ArticleRe: Patch Update
Hi Arun, There is as such no single documentation for SP upgrades which I am aware of. Note 1607221 - SAP NetWeaver Identity Management 7.1 SP7 gives information as to the components which need to be...
View ArticleRe: regarding usage of material specification
Have a look at below link. http://help.sap.com/saphelp_46c/helpdata/en/2d/350fff448c11d189420000e829fbbd/frameset.htm http://scn.sap.com/thread/3195839 Also, there are lots of threads for this. Please...
View ArticleRe: Hi I would like to start my career in SAP BI. Can anyone please suggest...
Hi, you can take training from the Institutes abailable nearest you,you can also take online Training.Best option is to Find some Real time person who is already working in some company on BI. Future...
View ArticleRe: I have a module pool program, in that i have to set validation.
Hi,Try like thisIf wa_data-sna1 is not initial AND sy-ucomm = 'SPACE'.if wa_data-sn1 = ekko-ebeln. wa_data-sn1 = wa_data-sn1. ELSE. MESSAGE 'Enter Correct Service Order Number'...
View ArticleRe: Single Global Purchasing Org
Hi,Purchasing organisation is considered as reporting unit and used for aggregation process whereby combining statistics from different entities to higher entities. At present speedy modern management...
View ArticleRe: substring to get last values
Hi Suma, You can try this UDF public static String returnLastChars(String s) { int l,n=40; if(s!=null && !s.equals("")) { l=s.length(); if(l>=n) {...
View ArticleRe: Define situation ( In LE -> Shipping-> Picking) How where it will be used?
Hi, This is Generally used in Retail sector for Different situations and in Promotions,cross-docking Etc.
View ArticleRe: adding fields to 2LIS_12_VCITM datasource
if u want historical data for that fields, then compulsory we have to fill setup tables. first we have to check in RSA7 whether any delta are running, if any delta are running we have wait upto...
View ArticleRe: Discrete production: components cost in CO-PA
Hi, Production order settlement would happen to material. Only the variances would be posted to costing based COPA if customized. It does not make sense to post the production costs to COPA as...
View ArticleRe: substring to get last values
Hi Lucho, The UDF you wrote returns first 40 characters instead of last 40. The statement if (sValue.length >= 40) sValue = sValue.substring(0,40); would return first...
View ArticleRe: Manage Inventory by Warehouse and validation by total
Hi everybody, thanks for your answers, Naga Rajan: that´s not exactly the case you suggested, because my WHS2 warehouse must have a minimum of 10... I can´t decrease the number only to make minimum and...
View ArticleRe: alter database open resetlogs command not working ?
Hi deepak, please find the errors while i am performing db refresh. Microsoft Windows [Version 5.2.3790](C) Copyright 1985-2003 Microsoft Corp.I:\Documents and Settings\oisadm>sqlplus "/as...
View Article