Re: Number Range for PR converted from MRP Run
Hi Jurgen, Correct, for MD14 and MD15 it is working properly and the result was okay. System will pick the correct number ranges:* PR Document Type : ZZZZ --> Internal number range : 1111111111* PR...
View ArticleRe: Query into table
My understanding is that you want to call a query from your program to get the results of the query into an internal table. If so you can also use the function RSAQ_REMOTE_QUERY_CALL. Just pass your...
View ArticleRe: Cost estimate not giving an error in spite of lower level material giving...
In T-code OKKN you must change the costing variant setting "Transfer Active Std Cost Est. Check if it is checked or not? Then errors in costing will be rolled-up.there should be a warning message in...
View ArticleRe: Integration of launchpad content into portal search
In ESS WDA role, we have most frequently used app iView which shows the links of the frequently used applications. May be u can try to understand the code/logic behind and try to see if you can...
View ArticleInvoice and Packing List Issue
I have a delivery created . Now in invoice I see the correct weignt and materials . However in the packing list all the items are duplicated adding to incorrect weights . Please guide me , how to close...
View ArticleRe: FI validation
Hi, Ajay,Thank you very much,I heard that some of the configuration must be Transported after Creating.Now In my TRs,TR A after Creation of Step X,TR B after Modification and Retransported.So is it no...
View ArticleRe: Re conciliation report in SAP BW
Hi, You can go with virtual info provider with Function Module 1. Create RFC enabled Function module on ECC system based on custom report. 2. Create Virtual provider on BW system with function module...
View ArticleRe: User Exit After Saving in CO11N (After Get Confirmation counter AFRU-RMZHL)
got solution for nowThanks all
View ArticleRe: SAP Crystal Reports data source connection problem using sap business one
Hi, Very strange is that, there is no such problem in 8.82 version. Maggie An is correct. It is an application error for 9.0 version. Thanks & Regards,Nagarajan
View ArticleRe: Automatic filled input field based on dependent dropdown value
hi Suvakant,For reading the fields of the webdynpro you can use the Set attribute method for getting the values from the screen fields. Check the codes: Data: context_node type ref to...
View ArticleRe: reconfigure STMS after system copy
Hi,Have you done the Post sysytem copy steps for AIX after it was copied frm production . Check the below blog. http://scn.sap.com/thread/1394387 ThanksRishi Abrol TMS configuration after system copy
View ArticleRe: change documents cannot be generated
Hi, Have you checked all the possible errors stated as in your error? 1. Do you have proper auth to create, proper system assigned with the dev role and ibase created?2. is it new CR or you are trying...
View ArticleRe: Authorization Check
Hi Kiran, No, what Lootens said is, when you use call transaction, the transaction being called will perform the authorization checks. But in this case you will need to use call transaction using...
View ArticleRe: GUIXT Issue
Hi Priya, You can try this. Generate a GuiXT Script for the Search Help window. Inside that, use the following code: //////////// on "enter" process="do_nothing.txt" /////////// Create an input script,...
View ArticleRe: How to add EQUNR field into IQS21
Sir , I want to add equnr on screen 200 of IQS21.
View ArticleRe: The IN operator with "IT_TAB1-EQUNR" is followed neither by an internal...
Hi Raju, As suggested earlier by so many people, please replace where equnr IN it_tab1-equnr with WHERE equnr = it_tab1-equnr.If you look at your internal table there will be only one EQUNR in each...
View ArticleRe: Help needed to understand Output Control options in two difference...
Hi,Indicator: Print Operation (1-New) is used for triggering PO message type(PO output type) when PO is created(ME21N) and Print Operation ( 2-change ) is used for triggering PO message type(PO...
View ArticleRe: LSMW 2001 infotype delete Recording
Hi Rahul, An alternative approach for this (to creating LSMW.). is go to PA71..(fast entry)... Enter the desired period....& finally enter personnel number... & click on delete.... Hope this...
View ArticleImplicit and Explicit Objects
What is is difference between imlicit and explicit object? How and where do we create implicit and explicit object? what is the scope of implicit and explicit objects?
View ArticleMake editable row of table view
I have created table view with edit button.I want to make row of table view editable on i click on edit button.How can i achieve this?
View Article