Re: Inventory not in use finder
Hi,What do you mean by inventory?Is it Transaction for material or movement type or anythings else?Or any stock? DEV
View ArticleRe: problem with SO10 in smartforms............
Mr Abaper, Will U Please Explain With Example.. I Cant Understand. Regards, Thangam.P
View ArticleRe: Dunning wizard - overdue invoice missing
Hi, Check the query in the Note No. : 1153705 or 1313916 if the same is applicable to your case. Kind regards,JitinSAP Business One Forum Team
View ArticleWeb services to RFC Sync Interface issue
Hi, I am getting the below attached error in sxmb_moni. The scenario is web services to RFC. It is sync Interface. Please suggest. Thanks,Sherwin
View ArticleRe: Credit check for customers-oldest open item
Hi Please try in program LVKMPTZZ and anyone of the following userexit. Google it for more information that how to use this userexit. LVKMPFZ1: USER_CREDIT_CHECK1 LVKMPFZ2: USER_CREDIT_CHECK2...
View Articleabout abap careers
sir I am from NON IT background and my age is 28,iwant to change to IT as ABAPer. now I want to lkearn please guide is dis gud or not.giv3e some detail about abap, jobs , careers. where I can learn it
View ArticleRe: Background Jobs Issue
There're quite a lot of notes regarding DP background job status -- the stauts is controlled in DP mass processing program instead of by SM37 or basis. Please check those notes first.You should clarify...
View ArticleHow to edit menu for a particular T-code?
I need to hide some of the menu options in T-code zfd32 .We have created two tcode from standard fd32 as yfd32 and zfd32.In edit->Change credit account should be non editable.
View ArticleWCM application not displayed after activating it for maintenance orders
Hi All , I am trying to map a standard WCM scenarios . I have done all the config. required to map a standard model of WCM . Also what , I know is we can activate WCM in orders using one of the...
View ArticleRe: Activity area assignment for outbound delivery order (ODO) item
Hi,Suggest to check your picking search strategy. Do you Wpt in that ODO.REgards,Mrinal
View ArticleRe: ChaRM:Transport of copies for Normal Change.
Hi GSR You should have that requirements if you place DEV300 as QA in the logical component which is relevant for the SolMan project you are using for CHARM. DEV100 = DevelopmentDEV300 = Quality...
View ArticleRe: Goods Issue against the movement type 311
Hi, So for Q2, i need to perform TWO movements as below. Movement 1 (Transfer Posting): Move the stock from QA to un-res stock of 1001 (Mov type 321) Movement 2 (Stock Transfer): Move the un-res stock...
View ArticleRe: How to hide repeated key figure values in BeX
If I have understood your question correctly, I feel you might have applied "Constant Selection" tick box for your KF (Advanced tab) in Query. That's why it is repeating. Try removing that.. If you...
View ArticleRe: AW01N doesn't show depreciation values and asset value
Hi Cristina, 1st make the asset code, the make a transaction in that asset, run the depreciation , after that you will check it in AW01N. If you will not upload the value and run the depreciation how...
View ArticleRe: ABAP - Case Statement
Hi, Both at a time is not possible,but as you are saying that is possible then use OTHERS. Case VAL.when 'A'.Logicwhen 'B'.Logicwhen others.Logicendcase. RegardsBharath
View ArticleRe: FBRA error
Hi Ahmad, If line item is not cleared so it can be displayed in open items list compulsorily. Please come out of that screen and then open FBL3N once again and check this item is in clear/open items...
View ArticleRe: date issue
Hi Manisha,Use function module 'DATE_CREATE'. DATA : p_date TYPE sy-datum. CALL FUNCTION 'DATE_CREATE' EXPORTING anzahl_kaltage = '-1' datum_ein = sy-datum IMPORTING datum_aus...
View ArticleRe: How to activate inactive object?
Hi Prathish, Normally the inactive object happen during the master note implementation, as mention above by Bala and Himanshu So goto se38 -> SCWB_NOTE_ACTIVATE -> provide Sp05 master note...
View ArticleRe: date issue
Manisha, One small logic you need to learn then you can do whatever you want regarding date. Data : lv_date type dats, lv_month type char2, lv_day type char2, lv_year...
View ArticleRe: Table to Table load is slow!
Hey Ravi, I tried the option of partitioning the table as you mentioned. It took a longer time than usual I tried with sample data of around 10M. Without partition the insert took 47 secondsWith...
View Article