Hi,
can you tell us the release of source and target version.
regards
kartik
Hi,
can you tell us the release of source and target version.
regards
kartik
When i select columns to show up on the IH03 report, I dont see the field names... I just see the values
hi Wali,
Please check t below SAP note and link. It might be helpful.
Note 822379 - Known problems with Support Packages in SAP NW 7.0x AS ABAP
TP_STEP_FAILURE XPRA_EXECUTION _ 0012
Regards,
Ok. You mean to say that even if one inspection type is activated (with variance other than 1), must be set for preferred to generate inspection lots? If it is only activated, no inspection lots would be generated ??
If that is so, I really need to run a test case because I haven't worked with customized inspection types for long.
ntn
How did you resolve this?
Hi,
About process chain performances you can get them by using process chain statistics data sources.
check about this data source 0TCT_DS21.
Thanks
Dear Team
We have integrated level 2 system with SAP and we are booking production entry online but in the month start when finance peoples have opened GL of the material running in production at that tie we got error message , and we are unable to book production online, please help in this regard?
Regards
Ramesh kumar
Attach the screen shot of Partner Determination Procedure (ZPM) assignment to Partner function.
It seems that ZW has been created & assigned to your ZPM Partner determination Procedure.
Also, check the ZW Partner Function configuration. Attach the screen shot of that.
Hi,
You can use recording of a LSMW for maintaining alternative unit of measurement of a material and then go for mass maintenance.
Regards,
Biju K
Hi Subhadeep,
Could you please explain in detail.
Regards,
Asok
Hi Elizabeth,
On my system I have installed SAP GUI 730 Patch level 7. You are on Patch level 2. I would really advise to bring the patch level up-to-date.
Furthermore, the problem can also be a constellation of Operating System and other system components like .NET and their respective versions/patches.
I suggest to first bring the SAP GUI to the latest patch level and hopefully this will solve the problem. If the problem still persists, then compare the other systems of your department to search for differences in Operating System and other components. Update or upgrade these components too if necessary.
Best regards,
Sander
Hi all,
My client want to track open raw materials PO's based on Finished product. We developed Z report according to that.
For understanding, I have attached file please go through that.
In my report i am unable to segregate raw materials PO's based on finished product.
Could you please suggest me how can segregate raw materials PO's based on finished product ?
Thanks,
GKR
Priyank Dev wrote:
Hi Mark,...
Mark?
Hi All,
In JavaScript am using this code, I am calling this method using button click.
I am getting value as undefined at window[funcName].
This JavaScript code is working in EP 7.0, But its not working in EP 7.3,
function ownerSelect(){
var funcName = htmlb_formid+"_getHtmlbElementId";
func = window[funcName]; // func value is undefined
var val1 = eval(func("teParticipants"));
this.control = val1; // Initialize the Dropdown
this.htmlbId = this.control.id; // initialize the ID
var query = document.getElementById(this.htmlbId).value;
}
In html
<hbj:textEdit id="teOwners" >
<%
TextEdit te = new TextEdit("teOwners");
te.setJsObjectNeeded(true);
%>
</hbj:textEdit>
<hbj:button id="ownerSelect" onClientClick="ownerSelect()" />
Please help me in this error..
Thanks & Regards,
Preethi Ande
Hello,
Pls let me know how are you generating the report ?
best regds
Subha
Hi Dipak,
Do you want hide in selection screen of your custom report ?
Or in standard transaction screen?
For reports, can code in the event 'at selection screen on value request'
Regards,
Nisha Vengal.
Hi Ankit,
In which scenario is this? Can you share an example?
To my knowledge, profile assignment is at plant or scenario level (SMI/SNI etc).
Regards
shekhar
Hi,
You requirement is to have Stock transfer Price different for different plants which located in different states
and now you are confusing yourself "Transfer price configuration plays any role?"
Yes, Transfer price configuration plays vital role where freight condition type configuration need to be taken care and later freight condition type addition required in STO Pricing procedure.
Just configure in your system and do transaction process for different plants with different delivery cost , you will know the result at the end!
Regards,
Biju K
Hi Pooja,
Then I would like to recommend, check the workflow status log with technical details to get the error details.
Regards,
Ravi
There are many ways to find out the BADI .
method 1:
1. Find the package name for any transaction, hope you know this procedure.
2. Go to Object navigator SE80 transaction code, give package name and display, in the enhancement options you can find the BADI for the particular transaction.
method 2:
3. Go se24 class builder,give the class name CL_EXITHANDLER,There you can see call method GET_INSTANCES,Place the breakpoint,and come back.
4. Now you can go to any transaction,before the screen is displayed you will get the list of BADI.
For implement the particular BADI go to the transaction SE19.
5. We can use multiple implementation for the particular BADI,provide some implementation name,
and do whatever you want.
Regards.
RV Karthikeyan.