Re: Non Editable Input Text Box in Xcelsius
Assembly Processing- material assignment is not possible.
Hi all
In assembly processing while assigning the material to Std Networks/Std WBS thro T-code CN08
the following message is displayed(please refer the attachment).
Please, can anybody help out in this.
Is there any alternative method for assignment.
Thanks & Regards
Satish
mm sd have different postinf perieds in defarent in fi ?
Re: Order number is not displaying in FMDERIVE Screen
Hello,
I got the answer for my question. As per standard SAP, when we tarce the fmderive for the work order, if work order does not contains external operation (or) non stock material, and its not released WORK ORDER and PM WORK ORDER will not be populated inthe fmderive trace.
When order is not released and does not conatains any external operation (or) non stock material, fmderive trace will have only operation task number.
I close this post here.
Thanks for every one.
-
Duraisamy.
Re: IW52 Short Text Enable
Re: Workflow default container element
Hi,
Helpful links for you...
http://scn.sap.com/docs/DOC-39431
Total SCN links Bank...
My basic Documents about events...
http://scn.sap.com/docs/DOC-44084
Search and play accordingly inside SAP system...
Regards,
Ragav
Re: BW Back-End issue
Dear Venkat
As 0MAT_ST_LOC is a compounded info object the only way to get things right would be to have the ECC bring correct data to DSO for you. I mean you should make sure that the ECC populates with storage details as well. MP will not help as the mat_st_loc will still work based on compounding only
Now if the storage is blank make sure that you populate a storage manualy so that the report on DSO provides all the details
Regards
Gajesh
Re: hardcoding of senders Email ID
Dont assign any email id etc to lo_sender. Secondly what dump do you get?
Re: PI EDI migration strategy from Seeburger to b2b add-on
Hello,
AFAIK, the answer is NO. I don't find any such migration guide from SAP - but u can wait for others to reply.
BTW, IMO, u have to do development from scratch, so there is no reusability of previously developed mappings and all (becoz there are quite a few differences in XSDs of Seeburger and B2BADDONs)
Below link will give u some pointers for B2B addons.
Seeburger or Crossgate or B2B Addons?
Thanks
Amit Srivastava
Re: BW Transformation help
Hi Venkat,
Small modification in the last part of the coding:
...
ELSE. "<<< replace elseif by else
RESULT = '0'.
ENDIF.
If you use ELSEIF a logical expression should follow, this is what the error message is about.
Best regards,
Sander
Re: Not able to maintain 07
Hi,
I would just suggest debug the program exactly before saving the data.
Regards,
Omid
Re: Do you like working outdoors if you have a chance or in office space?
Hi Raghvender P,
Nice topic.
I would prefer a mix of the office and work from home (outdoors (inner meaning other than office)).
Any work will start from Office and do it at your home and present it at work.
if we follow as above. Our office buildings need not be a huge buildings with double digit floors.
So, based on the meetings, presentations and works, we can use the office premises to an effective way.
This is will also favor the Environment and we can enjoy the greenery for long time.
If we follow like that Every company will have one office premise in a city (instead of having more branches in the same city).
Regards,
Siva kumar.
Re: Make to order scenario
Hi Geetha,
The movement type will be 101 E for GR. As this being special stock ( Sales order stock ), it will be E otherwise it will be 101. The best option will be to process with MIGO.
As our expert Mangalraj's answer, we can go for auto GR with CO15 (Order wise confirmation) or CO11N ( Operation wise confirmation ).
For your 1st query, the best option will be to use MD50 for running MRP as system will be running the MRP based on sales order.
Revert back for any further clarifications.
Regards
Kalyan.
Re: Data Re-organisation Concept in S&OP
Dear Raghav
and what, if data is not changed on attribute but on root characteristic level? If a combination of root characteristics is not valid any more but shall be replaced with all it's historical and planning data from the old combination to the new combination?
( For those of us that come from APO: In Demand Planning, there was (is) a functionality called "Realignment" in which you could re-align one combination to a new combination by creating the new combination automatically and deleting the old one. )
If there will not be such a functionality, that would lead to the conclusion you would always need to model on the very lowest level of detail, which in most cases would be on customer and product number level plus sales area data and plants
Thanks
Irmhild
DTP issue in 7.3. job get cancelled Immediately no error , data load from PSA to DSO.
DTP issue in 7.3. job get cancelled Immediately no error , data load from PSA to DSO.
Re: /SAPAPO/CCR error code 181 while Sending PO to APO
Hi Hemant,
This error will happen if purchase orders are deleted manually or through system background jobs either in R/3 or in APO which resulted in this. This error will not get iterated because the deletion occured in the source(origin) area(R/3 or APO) where purchase orders are created
After clearing queues, try iterating, if not goes, check whether those POs are really required for planning. If not, delete those manually from R/3.
Regards
Ankit Singhal
Re: Re : CL applay on RH day
Thanks Mithun.
One more update :
Rule1: D.type for SAT & SUN HOL Class we mention daytype 1 in the first palce (which represents HOL-Class Working day) it means SAT & SUN will have Daytype 1-Off/Paid in Workschdeules.
Cannot insert tabpage on control inherited from tab??
Using PB 12.5.2 an PB 15 Beta
If I insert a standard tab control on a window, I can rightclick on it and add tabpages or userobjects as tabpages.
If I insert a control directly inherited from a tab control, the 2 options are greyed out ! (see picture)
I don't recal this behaviour in previous versions of PB.
Why this limitation? Could it be suppressed in PB15?
Re: BI Inbox with Mobile ?
Hi Gregory,
Thank you for shariong the information about this mising functionality.
I am glad to hear that this is a bug - and i am much happier to hear that it is going to be fixed.
Best regards
Manfred
How to read only customer number from url?
Hi All,
I have created rest web service and its url like this " http://eccehp6.mysap.com:8000/sap/bc/ZABC_WS?sap-client=990/000123"
Above url 000123 is my customer number. I want read only 000123 from the url.
So i have used the "IF_HTTP_EXTENSION" interface in my Z class and i have implemented the interface " IF_HTTP_EXTENSION~HANDLE_REQUEST" as well.
I have written below code under IF_HTTP_EXTENSION~HANDLE_REQUEST.
1. path_info = server->request->get_header_field( name = '~path_info' ). " why code is not reading incoming url?
Note: here i try to read only customer number from the url but i cant reading any thing here.
2. string5 = server->request->get_header_field( '~path' )
Note: String5 = http://eccehp6.mysap.com:8000/sap/bc/ZABC_WS?sap-client=990/000123 here i can read full url
How to read only customer number from url? what i need to write? and what is the problem above code? can any buddy explain me.
Thanks in advance.
Akshath