Re: Logic to Update Custom Table in Process Control Workflow
" I actually can but the nature of the request requires I go the z table route." That is an interesting reply. So, you can just query the standard SAP tables but the customer insists you use Z tables?...
View ArticleRe: Excessive long runtime in phase ACT_TRANS during upgrade to EHP7ERP6
SAP has by now (finally) looked at our system and they claim that, if the number of support package stacks to be imported is big enough, then 2+ days of solid runtime for step "execution" would...
View ArticleRe: workflow start condition not working
I'd test that assumption. Sometimes not filled means "blank" and sometimes not filled means "unknown" - and every test fails.
View ArticleAdding standard fields on Business Object to the Work Center View
In the Sales Order Business Object, there are standard "Credit Status" and "Doc Type" fields. I would like to display these fields in the Sales Order work center view. However, these fields are not...
View ArticleSUM Upgrade won't leave step "execution"
Hello world, the pain just never stops.Now SUM is done with "execution", but will not progress to step " post-processing" because SUM refuses to acknowledge the multiple backups we made by now.It keeps...
View ArticleRe: HANA View Activitation Error: can not make cyclic dependency
Hi, What is the type of your column ?Specify the type of your column as INT. Try to add this code between BEGIN and var_out: DECLARE var_out TABLE (test_out int);
View ArticleRe: Problem : Sub Workflow in Loop step of Main Workflow
Hello, The workflow log shows "the truth", that second decision step may have come from a different workflow instance or you could be interpreting it wrong. Is that screenshot the chronological view?...
View ArticleRe: Datawindow with SQL SubSelect? PB 12.5
Thanks Arnd!! I changed the code as you suggested and change my int variables to long. I am getting "Execute Failed". Does my stored procedure look like it should work? Is there some other way to test...
View ArticleRe: anybody can explain me this street sign
A friend just sent me this from skiing kangaroos
View ArticleRe: Goods Receipt - After Putaway
Hi Abhishek, It's possible to delay the sending of GR to ERP on customizing. But this only delays the GR status in ERP. On EWM system, the GR status will continue to be updated. This will cause a...
View ArticleRe: Rule for stop processing of expected event message
1) How to fill NOT_RELEVANT field in table EH_EVMSG EH_EXPEV.
View ArticleRe: Info Package Job getting Canceled in Source system CRM
HI Vijaya kumar, It would be helpful to debug to better understand why its getting failed. Run the program on CRM side and start debugging from there . Set break point on FM where error is coming up....
View ArticleRe: Unable to change PO quantity on an STO for a line item
Is there any problem unlocking the item before you do changes?I would usually check the change history to see who locked it and and ask him why (s)he locked it, before I would just unlocking it.
View ArticleRe: Replacing business partner
Hello, It would be good to check from tcode level whether it is allowing to make changes in partner data . If yes then it should work with program too. Please register it for saving after the call for...
View ArticleGoods Receipt value inconsistency
Hi, gurus. I'm facing an inconsistency between the vluae in a purchase order and the GR value. As you can see GR value is double of the ordered value, yet the rceived qty is the same 30,000.Accountign...
View ArticleContext Didnt solve Loop issue
HI Experts, I Have sample Efashion to check some of capabilities . during this check i tried use of context to resolve Loop but didnt .below are screen shots Still Loop exist Any idea on this am i...
View ArticleHow to show 2 different DataList on the same AdvanceListPane
Hello experts, I want to show 2 different DataList ( TaskMateriel and TaskService ) on the same AdvanceListPane ( TaskProduct) like this example:Thanks in advance, Best Regards,Pradeep Kumar N
View ArticleCoding Standards for SAP HANA S4
Hello, Anyone has or can point me to a url for coding standards for SAP HANA s4 that we can use? Thanks,
View ArticleRe: Exclude category from the sap bex report ? Performance ?
Hi Daniel, Initially I thought doc types can be fetched from custom table not related year and plant, if doc types dependency on year and plant , YES you have to write in I_STEP 2. Thank you,Nanda
View Article