Hello,
Since these templates are not listed in the template list (PFCG T-Code). is there any way to add them manually or note to enable these templates.
Cheers,
F
Hello,
Since these templates are not listed in the template list (PFCG T-Code). is there any way to add them manually or note to enable these templates.
Cheers,
F
Well done.
hi.
We need to establish SSO between windows and SAP EP for which we performed below steps
create service user in AD
Configure AS Java (SPNEGO)
Configure client machine
Configure UME with LDAP active directory.
Login ID of portal is employee number. While the login ID at domain login(ie windows login is email address).
Service user is jee-<hostname>
The SSO does not work and the logon page appears. No error appears on the logon page so that appropriate resolution can be done. How to debug and find out where is the problem exact lying.
thank you !
seventyros
Hi Sudhakar,
There is not only one table carrying this information.
Time characteristics are stored in table RSDTIM, field CHABASNM has Reference characteristic
Unit characteristics are in table RSDUNI, see same field as above
and others....
cheers,
m./
Hi Experts,
I am developing a workflow for creation of org unit or Position from FPM form. In last step of my workflow I have to write a custom task to create org unit or position in background infotypes with form fields.
In workflow i am geting only few fields from FPM form via PROCESS_OBJECT. Then I tried to import form field in my workflow container via standard task TS17900110, but there is a problem with this standard task that I can pull maximum 3 fields to my WF container.
If any body knows any other stadard task or any logic to get all form fields in my workflow, it will be great help.
Hi,
Since you are not getting answer,please remove correct answer and open for further discussion.
Try this:
IF @object_type ='22' and @transaction_type in ('A','U')
begin
IF exists (SELECT T0.docentry FROM OPOR T0 INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode WHERE T2.[ItmsGrpCod] = '101' and T0.[UserSign] <> '5' and T0.DocEntry = @list_of_cols_val_tab_del )
select @error=N'001'
select @error_message = 'Not allowed to add PO for Raw material Group'
End
End
Let me know the result.
Thanks & Regards,
Nagarajan
Hi Jyots
You can use MR21 for both.
1. Change standard price from MR21 to 150. If you get an errror, you can Chang it to warning
2. When you change price control from S to V, system will make MAP same as standard price I.e. 100.
After this you can change both std price and MAP from MR21.
Br. Ajay M
Is it Lease Out contract ? BA, if not provided directly in the contract, can be inherited from the object assigned to the contract.
If it is entered manually and is not editable in contract change mode, check configuration at following link of activity 'change'
RECACUST
CONTRACT
DIALOG
SCREEN LAOUT
FIELD GROUP
FIELD STATUS
Thank you so much for your response.
Yes, i am creating one Z mobile app but i have got stuck at step # 29 under section 4.3 in this document. Not able to see BAPI Wrapper list.
How-to Build an Agentry based mobile app from scratch connecting to an SAP back-end Part1
For this i need to install SMERP add-on at ERP system. Correct? But i am not sure which exact add-on i have to download from marketplace.
I can see few results after searching with 'SMERP' keyword. Which one i have to download?
Regards,
Jitendra
Define a text element in your script & pass this in your wirte_form between loops.
Refer old post of SDN :http://scn.sap.com/thread/3412533
Hi,
You can first give the line chart and the bar chart an ID respectively, e.g., "line" and "bar", and put both on the page. By default, use jQuery("#bar").children().hide(); to hide the bar chart. Then you can write logic in the radio button function.
When you choose RD1, do the following:
jQuery("#line").children().show();
jQuery("#bar").children().hide();
When you choose RD2, do the following:
jQuery("#line").children().hide();
jQuery("#bar").children().show();
Best regards,
Wenjun
This is great and all, but what about those of us who would like to run the VM locally without incurring amazon charges? Is there an easy place to just download the VM directly and then start it in VMWare or VirtualBox? (Yes, I know you could set it up in VirtualBox and then download that VM with a disk imaging tool, but that seems a very tedious way to do something).
Hi,
Thanks for your reply.
I have checked the above solution, all the authorizations are active for the users.
any other options?
Hi Rajesh - See if you can make use of Dynamic configuration bean. I'm not sure if it works but you can give a try..
Unknown use case of DynamicConfigurationBean: Store file name to JMS header without mapping
Set the adapter specific attributes in file sender channel for filename
swap the file name value to any other soap adapter attribute in the receiver channel using the above module
again swap the attributes in soap sender channel(your second system)
receiver file channel enable ASMA.
Hi,
Please refer SAP note:
Thanks & Regards,
Nagarajan
Hi,
Go to that request monitor screen
Select data package from error stack monitoring
"SELECT ALL" on top right corner
Now you get all fields as blank value..now enter the value you want to change for that specific field..then Enter..Now you can see all records are changed to that new value on that column...
But this approach won't help if you want to empty the contents.....you might want to write ABAP code to do that or do it manually....
is EC customizable?
just open the sca you have downloaded to see if they have source archive folder
Correct answer using WORKORDER_CONFIRM
But the method i used & correct for me is BEFORE_UPDATE
Thanks
Hello,
>>By the way, there is no response I am expecting in step 1 and 3 while calling corresponding procedures. Only fetch records in step 2 gets the records using select statement with join.
That's the reason i was suggesting u to use everything in DB instead of making multiple calls.
>>There is a standard architecture they are following where in the consumer of the database (in this case PO 7.4) has to follow the calls in the sequence step 1, step 2 and 3.
IMO, u can certainly challenge the architecture if u are finding gaps in that.
BTW, if u are really interested in implementing this using NW BPM then u can post ur doubts here. Will try to help u in implementing the same.
Thanks
Amit Srivastava
What is your data source? What are the selections you have in data source? If it's LO data source, you can do setup table fill up for last one week and do FULL REPAIR load..DON'T DO re-Init...
Please think on doing something with FULL REPAIR load....SAP has provided this option for this kind of scenario..
First to start, you have to share us your data source and it's type..