Transaction code is slow
Hi, A user says few transaction codes(standard) are taking more time. 1. How to analyze it 2. what is ideal response time for txn code 3. How to see txn code response time in ST03N Thanks a ton
View ArticleRe: Binding Does not exist in START EVENT of the new workflow
Hi, Check the complete syntax check in Business object which one you created. Because if syntax error exist,BO will not generated.Make sure Z business object modeled then implemented status in SWO1...
View ArticleRe: Transaction to populate customer info including address by sales office...
Hi Bob, You can use t-code VCUST and get the sale office and sale group. Thanks,Gurtej
View ArticleRe: Want to learn SAP MM
If anyone interested in teaching me then please reply.I don't think someone will help you like this, either go to some institute or there are no. of good links available on net where you can learn some...
View ArticleRe: RFC to ECC with list of items
yes a constant. I can see that the message is correctlyproduced by the message mapping (see my post @ 05/02/2014 3:20 AM). However when this is passed into SAP ECC the orderitems are empty!. Why so ?
View ArticleRe: ORA-01110 error in DR Server
Hi Gaurav, thanks for your reply. i have verified the free space and it shows fine. i can't explain why it is showing wrong path of data file as '/oracle/PDR/112_64/dbs/UNNAMED00210' please...
View ArticleRe: Suggestion
Hi,Post this kind of question to career forum.http://scn.sap.com/community/career-center ThanksGourav.
View ArticleRe: How to remove balnk row and Information message in alv in wda
Hi Steve, Thank you so much for quick reply.I tried as you suggested but neither empty row nor Information message disappear. data: l_text TYPE string. l_text =...
View ArticleRe: User Exit or Badi validations at item level in ME21N and ME22N
Hello Omar, Can you Explain the exact requirement ???? First thing you need to create BADI implementation. For validation at Item level, you need write in method Process_Item or header level...
View ArticleRe: how to trim the textbox in datawindow before insert in pb7?
I would loop through all new rows before saving: this.AcceptText()for lRow = 1 to this.RowCount() this.SetItem ( lRow, 'name' , trim ( this.GetItemString ( lRow , 'name' ))next
View ArticleRe: UOM problem
Sorry Conversion is happening . but purchase price is increasing 200 instead of 80000 it is showing
View ArticleDisplaying Date Iobj in specific Format MM/DD/YYYY to MM/DD/YY
Dear Experts, We have one date char Iobj with format MM/DD/YYYY , This need to be displayed in format MM/DD/YY. Ex : 02/08/2014 to format 02/08/14. without using Code /Customer Exit variables need...
View ArticleCannot Pass Array of Filters to Table.bindRows()
Dear Colleague, We are trying to create an array of filters based on our search criteria and passing this array of filter to the Table.bindRows() method.On Execution, the binding happens only for the...
View ArticleRe: auto populate the fields...
Hi, You can put code in GET_Method of the description fieldfetch shipping type and select value for that type and pass it to value in get_method. Regards,Deepika.
View ArticleRe: Applying filter to WEBI Column Chart doesn't work
When you are trying to include filter with condition Variance>0, then it is checking overall Variance value i.e. 5.89, which is greater than 0. that's why it is displaying result as 5.89 in chart....
View ArticleRe: Hyper Link Creation
HI syed,Concatenate your variables and values to the end of the URL like shown below Suppose url is https://HostName/sap/bc/webdynpro/ztest_comp? Add var1 and var2 to the...
View ArticleRe: VENDOR_UPDATE FM Import Parameters Meaning
Hi, Please note that 'VENDOR_UPDATE' is an update function module. Update function modules are used to update corresponding database tables from the similarly structured ( work area or internal table...
View ArticleRe: Restriction of data display in the view
Hi, Is it a table view ?? If it is a table view, and you know the particular field, you can get the collection of the Context Node(Table) and then clear off the value of the attribute. Regards,Karthik
View ArticleRe: CHARM configuration
Vivek - once again thanks for your answer. Now i am very clear with business process in the project. we have three system in the landscape , ECC, Portal and CRM . so i have create one template...
View Article