Dear Amit,
Issue has been resolved. As we are using only one common connection between BO and BW. So I deleted the BO Dev Connection and I have moved the BO QA connection to BO dev and its working fine now. Thanks for your support.
Dear Amit,
Issue has been resolved. As we are using only one common connection between BO and BW. So I deleted the BO Dev Connection and I have moved the BO QA connection to BO dev and its working fine now. Thanks for your support.
Finally solved the issue.
After connecting FTP server, I set passive mode on.
CALL FUNCTION 'FTP_COMMAND'
EXPORTING
handle = mi_handle
command = 'set passive on'
TABLES
data = result
EXCEPTIONS
command_error = 1
tcpip_error = 2.
Hi Mohan,
You are using OOABAP or ABAP for building email?
Regards,
Srinath
Hello Ashish
You can create substitution rules in MDG and based on the SLA's define, forward the CR to different users. Once the rules are set, you can write a code on need basis.
Kiran
Before you do that...
I was intrigued by this question and actually was able to find a scripted solution for it. However, this would still require you to copy a standard function group in the backend (to simulate the search help call), and is somewhat cumbersome, but it works.
I'm not sure if this avenue is even interesting for you, so let me know. I may be able to spend some more time on this in the next few days.
Edit: Never mind, my solution still requires something that's only available in SP3. So this won't help you in SP2, I'm afraid.
Message was edited by: Tamas Hoznek
Pradeep,
Please make sure your Cube1 is showing data and is made available for reporting
Also check your filters in Query.
Thanks,
Jai Ganesh J
Hi Paul,
I think there are two ways of finding this :
1. Activity Universe, : you will see data in this universe only when you enable audit. Explore this universe and see if you get some data.
2. Query builder
Thanks,
Sastry
Hi Akmal,
Check lot will create in FCHI.
Regards,
Mukthar
Hello Bhavesh,
Yes Bhavesh,In the starting they have mentioned for HTTP_AAE,Just enabling in the channel level will do I guess.
I shared it for better understanding.
thanks for respond.
client's requirement is to GR against rework order qty because of certain qty has been wasted during rework process . users want to observe how much qty has been produced in rework process
last thing,
i have seen on web site in Co07 rework process user can do GR from parent production so i want to understand that scenario.
if i can do GR from parent production Order then i have to increase production order qty and do confirmation again
kindly guide me!
Hi Raja,
I have followed your instructions and tried to load again. Unfortunately, I still encounter the same error message.
The error that I encountered is really weird as I can't really see any duplicate entries.
Thanks.
Thank you Jelena, I got it.
Hi Brahmankar,
The scenario is i have a standard sequence with 4 operations like 10,20,30,40.
The parallel sequence is created for the 20 and 30 operations with different work centers.
So that the scheduling with 20 and 30 ( 4 work centers ) should have a same dates in production order scheduling ? Is it possible ?
Yes it is the same plant.
Just to add Perform "dialogue_display" is executed when the check for mdvex-mng01 NE mdvex-mng02 passes the code to the perform.
In my case mng01 is 1 while mng02 is 0.
mng01 is Requirement quantity for availability check
mng02 is Committed Quantity
IF NOT atpcsx-force_dia IS INITIAL OR
mdvex-mng01 NE mdvex-mng02.
PERFORM dialogue_display.
ENDIF.
ENDIF.
ELSE.
Hi Shobhit
Please go through below sap note
1900890 - Allow login of users whose password Is locked via SSO
Regards
Prithviraj
Hi,
could anybody please let me know what is the issue with this procedure. Its giving me error at line 4 as it is not recognizing VAR1 input parameter.
CREATE PROCEDURE MULTI1 (IN VAR1 INTEGER, IN VAR2 INTEGER, OUT VAR3 INTEGER)
LANGUAGE SQLSCRIPT SQL SECURITY INVOKER AS
BEGIN
B = :VAR1 * :VAR2;
END;
Rgds
Dear Karthik,
I am able to post the material to quality inspection upon normal production GR( T code:CO01)
thanks
Faisal