Re: Where to find stock fields for material/product in salesorder BO
Hi Saurabh,I got Available stock field in Inventory BO, but did not get Planned Receipts, Total Demand fields in same BO.In which BO it is available.
View ArticleRe: Process Chain
Hi If you want to encapsulate your program in a function Module, search in the ABAP forum Now, if you know when the program will start, I agree with Matthew, why do you need it to be triggered from BW...
View ArticleRe: Drilling down to a Text field and back up to Number field Format Problem
Hi Brian, what version and patch level are you on? Thanks Simone
View ArticleRe: Display upper level hierarchy values in one row with leafs
I have struggled with this as well. It is unfortunate Webi doesn't have a Hierarchy Level n filter ability like Analysis for Office. I ended up building individual tables filtered to the lowest level...
View ArticleRe: How to schedule jobs in SAP HANA
Hello Nilesh,You can see the Executed Jobs in LT server or in ECC with the Mass Transfer ID which is created in LTR webpage. Here are the Job names in if Mass Transfer id is 191...
View ArticleRe: Shop Workbench POD- can't launch Work Instructions
It works the same way you are describing in ME 6.1
View ArticleRe: Material Price Differences between CoCd and Grp Curr/Grp Val in Material...
Hi Toidi Im afraid i dont know the answer but Im interested in this topic, from time to time i listen ppl have this issue. Could you post some screen shots that explain better the problem ? Maybe...
View ArticleRe: Read PP Master Data
In that case you will need to write an implicit enhancement. Check for perform call in this and embed your logic there.
View ArticleRe: MRP Scheduling in background
Dear Bhaskar,please check the log and check whether the destinations for parallel processing are maintained properly.You can find the same in SPRO -> Production -> Material Requirements Planning...
View ArticleRe: BAPI gives error through JCo and works fine with JRA
Hi Anant, Go to the BAPI's source code and put an external breakpoint using the button on top with a 'Stop' mark on it. When you execute the JCO function from MII, the execution will come and stop in...
View ArticleRe: How to get the current LUW task name?
The final act after the LUW is usually the release of the locks. You can launch the FM, and create a loop, checking for the lock every few seconds. When you're able to get the lock, then you can...
View ArticleRe: How to process messages in "Recorded for Outbound processing"
Hi Nishit, You cannot assign particualr message goes to particular Queue, You can only do this in one way like what dimitri mentioned above. By doing EOIO in communication channel. ThanksSatish
View ArticleRe: formula bar in spreadsheet disappeared, cant find it
Basset, Your Formula bar disappears please check under the view tab, whether the formula bar is checked and also just right click above the excel sheet in some empty space to view the check box show...
View ArticleRe: Problem in Select using for all entries
Hi Shankar, Please check the first query . If you are getting the entries there check whether those entries are there in second table. Am not seeing anything wrong in your second query. Regards,Vinay
View ArticleRe: not validating MSEG-WERKS with PRPS-WERKS while selecting WBS element
Hi Pavan, I implemented a badi MB_MIGO_ITEM_BADI~ITEM_MODIFY but when I am testing the Tcode MIGO and when I am clicking on SAVE. Its not working.I think I selected the wrong badi. Have any idea...
View ArticleRe: DSO activation Fails " Chacteristic value is not MAT N-1 Converted
OK, If your PSA is fine, please update to DSO and try to activate. It should be ok.
View ArticleRe: Problem in Select using for all entries
Definitely use an INNER JOIN. In most cases it is more efficient than FOR ALL ENTRIES; it also makes for more readable code which is cheaper and easier to maintain - and better programming.
View ArticleRe: Value of requested delivery date in USEREXIT_MOVE_FIELD_TO_VBAK?
Hi Allison, If you have entered values then you can get the value from Screen field. Snippet is - field-symbols <fs_vdatu> type any.constants lc_vdatu type char50 value...
View ArticleRe: Hiding Project Management Workbench Page selectively
HI Robert,This solution won't work as I don't want to hide this for all the users.I ony want to hide this for selective users (i.e. having certain security profile).
View Article