Re: How to link two packages in different models
Please describe the packages - different solutions are available for different package types. For script logic you can use RUNLOGIC_PH, you can fix model in the advanced script or create some custom...
View ArticleRe: Equipment Master - History of Characteristics
Hi SK, Here is the solution for your requirement. History Log in Equipment for the Characteristic... | SCN RegardsTerence
View ArticleRe: bkpf table updating wf-batch user for background task issue
Hi Florin, Rick and Paul, can i make background task as foreground and 'object method dialogue' check enabled. will it be act like user decision. could you please suggest me on this option. Thanks,Idris.
View ArticleRe: increasing password length in sap business one
Hi Usama, I think SAP B1 allow to set password lenght is upto 10 charachter. But you can set different combination in password. See the below path Administration -> setup -> General ->...
View ArticleRe: Serial Number Deletion_Production Order Cancel
Hi Sk, If u cancel your production order confirmation serial number will never get deleted, once u save ur order it will get updated in SER05 and even after this for the same material if you want...
View ArticleRe: How to assign 2 values in a Parameter
most likly u write something like append '0COSTELMNT' to lt_itab.append '0CO_AREA' to lt_itab CALL METHOD cl_rstran_gen_step_hier_split=>reset_interval_nodes EXPORTING i_iobjnm = lt_itab...
View ArticleRe: SAP VBA code with coordinates
Hello. Are you sure you want to move both coordinates? The column mostly will be fixed value. So you just Need to make row variable dynamic (in your case 'a').
View ArticleRe: Could not terminate the instance
Thanks for replying. That message appeared after I click terminate button. After a while, the message disappered, this situation repeated again and again.
View ArticleRe: Guidelines for functional estimates in Sd pricing
I am just guessing about the reason behind this question...Sometimes functional consultants need to provide a rough estimation for a change request, which may or may not be performed in full by the...
View ArticleRe: Item Details not getting populated in OWL Screen
Hi Fred, Please find below the screen shots for your reference.I just renamed the Datalist apart from that I didnt make any changes.The previous version of the same screen is working fine.I went back...
View ArticleRe: How to assign 2 values in a Parameter
hi, what i want is some thing like:i_iobjnm = ('0COSTELMNT','0CO_AREA')or i_iobjnm = '0COSTELMNT'i_iobjnm = '0CO_AREA'that mean i can assign 2 values for i_iobjnm. But it doesn't work
View ArticleRe: Extraction job in R/3 is taking too long to load data in BI
Hi Clemens , Can you please be more specific about the table size , i see that table called MVKE is size category 3 and records stored is billions Thanks,siva
View ArticleSteps for GL balance transfer
Hi Experts, Kindly guide the below steps are correct for GL balance transfer?? Create a new Dummy GL and transfer the Balance for HDFC USD GL account XXXXXX by using T code FB01. 1. While doing...
View ArticleRe: SDI, SELECT from ECC Virtual table that is a Pool-Table type from HANA...
Hi, If before abovementioned error system reports on missing "SYSTEM"."DD16S" you may need to create synonyms on all DDL tables, specifically: create synonym "SYSTEM"."DD16S" for ."DD16S" create...
View ArticleGL balance transfer
Hi Experts, Can any one please share the steps/entries for GL line item transfer to dummy GL?? Thanks& RegardsVB
View ArticleRe: ALV Container Screen Buffering on pressing tab or move to next column
Hello, Well, for sure it'll take time if that big LOOP (with embedded SELECTs & internal LOOP) is beeing called each time a value is changed First of all, all the methods used within the...
View ArticleRe: Read results from different inspection lots for a characteristic
Hallo Ulrike, please have a look at standard report RQGEPM10. Could be helpful
View ArticleRe: navTo undefined in Routing
Have you defined the detail page in routing? Is the list item value being passed on press event? Can you share the code and screenshot of error. Have you defined router in onInit function?
View ArticleRe: Data Services Repository tables - job GUID
Hi Maria. It's probably a bit too late for your needs, but it is possible to get this from the AL_LANG table. The following script works in data services 3.2 repositories. We're upgrading soon so I'll...
View Article