Re: Difference Between SAP Business One Ver.9.1 & 9.2
Hi, Still 9.1 version is not released by SAP to customers. Where did you get 9.2 version? Thanks & Regards,Nagarajan
View ArticleRe: SCN Site index unauthorised.
Yes. It is the problem. Some days ago, I got a reply in a status update from Jason Sir that the alert moderator option will be hidden from these contents like as contact us, rules of engagement, site...
View Articlecannot find my former wiki page
Dear colleagues, I created as wiki page http://wiki.scn.sap.com/wiki/x/jQSYDw in "software logistics" space in 2011. But today when I tried to display it, I got error "Page Not Found". Anybody who can...
View ArticleLine Text Print Query in CR
Hi,I am having a problem in printing line text thro' Crystal. Following is the Query which fetches line text in the Report . But in some situations ( like line text in the first line )Query is not...
View ArticleRe: Problem with Function Module
Hi karan, It seems to be issue with the type of you S_EBELN in FM and Report, what type have you given for S_EBELN in FM, you can try changing the table type with the structure ISI_EBELN_R Regards,Pavan
View ArticleRe: Problem with Function Module
Helloscreen shot for TABLES and this source code of FMFUNCTION Z_KK_MODULE.*"----------------------------------------------------------------------*"*"Local Interface:*" TABLES*" IT_EKPO TYPE...
View ArticleRe: SAP ME Activity Manager 500 Internal Server Error:
I Guess you are asking about Version, If i an right, i downloaded the latest patches available. Thanks, Sandeep.
View ArticleRe: JVM terminated.Exit code = -1
hi jun wu its working now after installing 32 bit thank you RegardsGovardan
View ArticleLE_SHP_DELIVERY_PROC Badi giving Duplicate Delivery Line Items
Hi, We are doing STO from one plant to another plant. First step we are doing ME21N (STO). After that by using VL10B T-Code to create delivery order. While Creating delivery...
View ArticleForm 16 generation problem
Hi Expert, We execute Form 16 for the FY 2013. But after executing Form 16 it show runtime error. After examine we found out that it happen because of address type “T1”. System can’t execute Form 16...
View ArticleRe: How Could I create this scene in SAP MM-WM?
Surely, this is not recommended to be used in production. I am guessing Sil wants to reproduce the case on sandbox for testing purposes, if not Sil, if you are doing this on production, please DO NOT...
View ArticleRe: Cenvat clearing account plant updation
Hi Manu, Thanks for you suggestion all the settings as per that documents have already been maintained. Still, during MIRO posting Cenvat Clearing account is not populated with the plant but during...
View ArticleRe: inter-company Sale
Hi,Federico Toschi i haven't try TAS . now i have tried and created Document Flow Sale Order ---PR -----PO ------Invoice But problem in creating inter company invoice. Can u help
View ArticleRe: Field Headers not coming in Excel sheet
Did you try with the example I gave you? Populate Field names into one internal table and pass it into the GUI_DOWNLOAD FM -> FIELDNAMES. Regards,Philip.
View ArticleRe: Client copy failed in SCM without livecache
Hi Intan Could you refer this SAP Notes914199 - Loss of data in liveCache after remote client copy in SCM 894490 - Client copy: Transactional data BRSS
View Article'while doing PO, the PB00, FRA1 condition values not showing and getting...
Hi SAP GURU'S While giving Price the“Net Price getting Grade out” and 2. Same time the Condition also getting Grade Out” please give your valuable suggestion regarding this issue. Please suggests me...
View ArticleRe: 'while doing PO, the PB00, FRA1 condition values not showing and getting...
No screen shot. Please attach the screen shot.
View ArticleRe: sort table and binary search
Close. If you know the unique keys then declare the internal tables as hashed then use keys to search. Otherwise use a SORTED TABLE is best practice. The only time to use SORT/READ/BINARY SEARCH is if...
View ArticleRe: sort table and binary search
No. The fastest way to read tables is to define them correctly, as HASHED or SORTED with the right key in the first place. Then use READ... TABLE KEY...
View Article