Hi Ronaldo,
the error message is ME 083 Enter Order Unit so I would suggest checking the unit fields in the POITEM and POITEMX structures.
hope this helps,
JNN
Hi Ronaldo,
the error message is ME 083 Enter Order Unit so I would suggest checking the unit fields in the POITEM and POITEMX structures.
hope this helps,
JNN
Hi
I followed SAP D&T Academy - How to Configure the User Interface for SAP MDG - YouTube
video and created custom Application Configuration for MDG_BS_MAT_OVP web dynpro applicaiton
After creating everything i created Link Log.Actions with UI Appl. and Business Activity: Custom Definition and also
Link Logical Actions with Buisness Activity: Custom Definition as follows
In this customization i created second configuration by doing deep copy as shown below
for this custom Configuration Overview Page Schema I added label as shown below
After doing everything when i test the material create from nwbc I am unable to view the newly added feild in Basic Data section
Do i need activate any thing after Logical action assignment ?
How can i test the above mentioned WebDynpro Application with my newly created configuration
Thanks
Uma
Hi U-one U-one
Remove button is used to remove a row of members(e.g. entity AAA - write), not the dimension itself. It is gray because you selected a blank row.
If you want to remove a dimension from a DAP, you need to set it to unsecured in model setting.
Can you check how many dimension are secured in the model setting?
Best regards,
Chuan
\you can run report POWL_WLOAD with flag 'Discard old cached results' set after hiding in transaction POWL_COCKPIT Check here as well POWL_QUERY or POWL_QUERYR or . Please check the customisation in thes above http://wiki.scn.sap.com/wiki/display/WDABAP/POWL
Hi,
Any help on this,,,
Regards^
Venkat
only applicable for india, you need copy the WD and make it generic for other countries as we typically check for Viekn of the employee in Pa0003 to determine the country specific screens But the standard ones are in JAVA WD only
Hi Melvin, were you able to resolve this issue and if yes, could you please share the resolution. I'm faced with the same issue and unable to fix it. Appreciate if you could share your experience.
Thanks.
Hi All,
The issue is solved..I've move the PCR to be calculated after ZVAL and the amount is deducted correctly now.
Thanks for the advice.
Hi,
However, it does not seems to be working. it does not seems to work in multiple shipto environment.
Do I need to add some customized coding in any of the user exit?
Please assist.
Greetings all,
I’m developing a WCF webservice in PB.net 12.5.1. I can execute the webservice using the WCF Test Client, but when my customer tries to call it, we get an http 415 error. The incoming call is a straight XML call, no soap, hence the WCF service. I’ve tried several iterations of changes in the web.config file to no avail.
The actual error that we see using WireShark is:
29 4.423768 192.168.0.204 11.111.11.111 HTTP HTTP/1.1 415 Cannot process the message because the content type 'application/xml;charset=utf-8' was not the expected type 'text/xml; charset=utf-8'. (text/html)
According to some documentation on msdn, this means the following: “in my hosting code it turned out that I was using ServiceHost instead of WebServiceHost to host my WCF WebHttp service”. I have no idea what this means, or where to look for, or correct this setting. Here’s my web.config for the service. Any help would be much appreciated.
Thanks!!
Paul
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.serviceModel>
<bindings>
<webHttpBinding>
<binding name="webHttpBindingConfig">
<security mode="None">
</security>
</binding>
</webHttpBinding>
</bindings>
<services>
<service name="Sybase.PowerBuilder.WCFNVO.directconnect" behaviorConfiguration="ServiceNameBehavior">
<endpoint address="" binding="webHttpBinding" contract="Sybase.PowerBuilder.WCFNVO.directconnect" bindingNamespace="http://rti.flytetymelimo.com/_WCFService" bindingConfiguration="webHttpBindingConfig" behaviorConfiguration="web" />
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
</service>
</services>
<!--For debugging purposes set the includeExceptionDetailInFaults attribute to true-->
<behaviors>
<serviceBehaviors>
<behavior name="SimpleServiceBehavior">
<serviceMetadata httpGetEnabled="True" policyVersion="Policy12" />
<serviceDebug includeExceptionDetailInFaults="True" />
</behavior>
<behavior name="ServiceNameBehavior">
<serviceMetadata httpGetEnabled="True" />
<serviceDebug includeExceptionDetailInFaults="True" />
</behavior>
</serviceBehaviors>
<endpointBehaviors>
<behavior name="web">
<webHttp />
</behavior>
</endpointBehaviors>
</behaviors>
</system.serviceModel>
</configuration>
Hi Sunil and Amerjit,
First replication is ALWAYS full replication?
It does not depend on the data of the secondary system?
However, when I setup system replication, I can select the option of Initiate full data shipping.
What does it mean?
If I don't select, the first replication is not full replication?
Rgards,
Noriko Shibuya
Hi,
Here is a sample code from wiki
Regards,
Mark
Check the timings both on hub and your ECC server. I don't see any issue as even with hub mode it should work...
kiran
Thanks Akanksha!
Dear Experts,
I want to know if we have any standard reports for the below mentioned things. If yes please let me know:
1. How to generate wage register from SAP?
- Meaning: I want a output in which there should be salary details for all the employees. All the earnings, deductions, Net Salary etc.
2. How to generate OT register from SAP?
- The output sheet should reflect the total number of hours worked, rate per hour and total OT amount earned.
3. How to generate Leave register from SAP?
- Yearly leave register.
4. How to generate Bonus register from SAP?
Regards
Tahir
reply to your point 2 and 3
2 - System will throw error for sure while upload too. Check the message settings. May be you have disable it. Also check the CR type - configurations settings. May be duplicate check is not added there...
3- do you mean to say if we can download MDG data from MDG tables? Please elaborate...
kiran
Hi Ekansh,
Thanks for your help and reply.
Yes this table exists and I think I will be able to configure the mapping directly in the table. However, I've found the root cause of the issue specifically for my case. I realised that the config record for "Manage SAP System Aliases" under "Software Version" field was set to "/IWPGW/BWF" which is specific to Task Gateway, and I used this alias in my WFHUBSERVICE. The correct version for this should be DEFAULT, so as soon as I changed to DEFAULT and recreated the service, it worked fine.4
Cheers,
Ray
Hi Chuan,
Thank you for your reply.
I un-ticked the secured field for all dimensions in the model setting. However, they system always show 2 entities dimensions (which are not secured in the model setting) in the DAP.
Could it be a system error?
PS:
As far as I understand, only 1 entity type can be assigned to the model rite?
Hi Chaitanya,
is your requirement is to display data in pdf after submitting user entered data?
Then, proceed as below
Hope this helps you.
Regards,
Rama
Thanks Shakthi.