Quantcast
Channel: SCN: Message List
Viewing all 8798 articles
Browse latest View live

Re: How to make fields mandatory based on Material Type in MDG-M


Re: posting error--Message no. 3G103

0
0

http://scn.sap.com/thread/3220314HiHi

 

It was clearly mentioned in your message the posting balance is not cleared, so you might be facing this issue due to retro payroll.

 

So Config the retro wt for posting /551 & /552, You may refer my earlier threads

Re: Filter a table based on two columns

0
0

Hi,

 

You just need to combine the two filters, i.e.

 

oBtn = new sap.ui.commons.Button({  text: "Search",  press: function () {      var filterValue = oSearch.getValue();    var oFilter1 = new sap.ui.model.Filter("Name", sap.ui.model.FilterOperator.EQ, filterValue);    var oFilter2 = new sap.ui.model.Filter("Address", sap.ui.model.FilterOperator.EQ, filterValue);       var oCombinedFilter = new sap.ui.model.Filter([oFilter1, oFilter2]);    oTable.getBinding("rows").filter(oCombinedFilter, sap.ui.model.FilterType.Application);   }

JS Bin

 

Jason

Re: Gap rounding after currency translation

0
0

If everything is configured properly, then, anyway the tasks with the posting level 10 may cause the problem with the rounding.

Re: Package $EQ_GEN does not exist, or more authorizations are required

0
0

Hello Radek,

 

I am assuming that this issue might have been solved by now. If yes, can you please share the resolution?

We are facing similar kind of issue now.

 

Thanks and Regards,

Kiran

Re: Using of Business Areas for GAAP Financial Statement

0
0

Hi Sanjai

 

I cant share the names of the clients here, but the project I am working in right now is an automotive major and they also use the same approach. Earlier also I have seen this approach and this is one of the approaches recommended by SAP

 

When you use a single BA for IGAAP postings and simply run report at Company level, it will show you report for the whole company and not just IGAAP in my opinion.. Then you will have to add one more BA for US GAAP postings.. Moreover, BAs are not flexible enough and not scalable incase your future requirements change

 

Br. Ajay M

Re: Copying one particular Pricing Condition Types from Invoice to Credit Memo Req

0
0

Hi Lakshmipathi,

 

Your assumption is right, we are planning to use the same pricing procedure. Can you pls give us more details on how to go with the given User Exit.

 

Rgds,

Re: CO

0
0

Hi

 

Refer this below link where some experts gave good workaround solution

 

scn.sap.com/message/1337075

 

Br. Ajay M


Re: Copying one particular Pricing Condition Types from Invoice to Credit Memo Req

0
0

Hi MoazzaM,

 

Thanks for your suggestion, but I feel bit worried about assigning Routines to all Pricing Condition Types.

 

Rgds,

Re: Records after MRP run

0
0

Hi KH Fong,

 

Please revert back if ant other query is there.

 

Else close the thread.

 

Thanks a lot.

 

Regards,

Krishnendu.

Re: SSO configuration between SAP BI4.0 and Netweaver 7.3

Re: Trigger Supply Function Explicitly

0
0

Hi Jitendra,

 

Yes, you can trigger Supply Function explicitly by using method INVALIDATE( ) of interface if_wd_context_node as below

 

METHOD REFRESH.

 

data lo_node      type ref to if_wd_context_node.

 

lo_node = wd_context->get_child_node( name = 'MY_NODE' ).

 

lo_node->invalidate( )

 

ENDMETHOD.

Hope this helps you.

 

Regards,

Rama

Result different on different SAP GUI

0
0

Hi All,

 

I am having a weird situation when executing a same program where the output is different for different user, all data are similar to all user.

 

Condition :

1. Same Program, e.g. : Program A @ same client.

2. Executed by 3 different users.

3. 2 user get the same result, but another user get different output.

4. The user has different result continue to execute in foreground and background. Foreground result is different whereas background result are same.

5. The result contain alphabet, not numeric.

 

Appreciate your help on this.

 

Rgds,

Ethan

Do fresher's get job after doing SAP Certification course ??

0
0

Hi Everyone,

 

I would like to know whether companies hire freshers who have done SAP Course.

 

Im Shathyan from Bangalore, who has completed B.E in Computer Science in 2011 and had 1 year gap in searching for job. And then I started to do MBA and now I'm in my final year. Im doing my MBA in Marketing and HR.

 

Now, I would like to do SAP Course especially in BI, if not in HCM or SD or Basic depending on the job market.

 

I would appreciate if you can guide me through is it worth doing a course because I have seen many post online where people are telling, Freshers don't job in SAP even also even after doing Certification from SAP Certified centres.

 

Also read, some people suggesting to go on with FAKE experience certificate. Anyway its not my thought nor a goo way to start my life.

 

So please do suggest me, is it worth to do being a fresher and also whether it is good to do from SAP Certified centre or normal centres at cheap price. I do understand that SAP Certified institutes cost more, but finally its all about placement who can do better.

 

Thanks for your support

Re: header condition in shipment cost

0
0

if I changed the Calculat.type  of condition type to B, the header condition will distribute to any item.  but for Calculat.type T, it is not ok, the header condition value only pop to the last item.


Move a Config Activity from One transport to Another transport

0
0

Dear SAP expert,

 

I accidentally saved one configuration activity under a wrong transport number. Can I move it to the right transport number? Or I need to delete it. Please kindly guide me. It is a little bit urgent.

 

Thanks in advance,

 

Sara

Re: Moving average price calculation in MBBS transaction

0
0

Hi Biju,

 

Thanks for your information ,my project stock is valuated. Can you please help me to understand how MAP is calculated for a project stock, thanks.

 

Regards

Vijay

Re: SAP Hana Certification

0
0

Hi All,

 

 

1) Could you please help me in getting (HA350 - PDF) for getting certification on C_HANAIMP131.

 

 

2) Could you please help me to get the Questions & Answers for the certification (C_HANAIMP131)..Probably any dumps or suggest me the best Online website for getting the Questions for paid also..!

 

 

Your recommendation and suggestions are sincerely appreciated..! Thank you..!

 

 

Thank you so much,

 

Bhanu

How to control SAPUI5 chart axis label?

0
0

Hi all,

 

I created a simple line chart using SAPUI5 viz. The xAxis is the time and the yAxis is the revenue. The following is my xAxis, from 07:00 to 22:00, one point every ten minutes, i.e., 07:00, 07:10, 07:20, ... 21:50, 22:00.

 

Capture.PNG

 

Here are my questions:

1. I just want to show o'clock label on the xAxis like 07:00, 08:00, ... 22:00. Is it possible?

2. I want the xAxis label to display horizontally instead of vertically. Can I control this?

 

I learned the axis API and tried a lot. I failed to realize this. Can anyone help?

 

Thanks,

Wenjun

Re: Create New Serial Number

0
0

Hi,

I have tried to use the following code in DIAPI V 8.82

 

Dim oBaseDocument As SAPbobsCOM.PickLists

oBaseDocument = oComp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPickLists)

oBaseDocument.GetByKey(5)

oBaseDocument.Lines.SetCurrentLine(0)

oBaseDocument.Lines.PickedQuantity += 1

oBaseDocument.Lines.SerialNumbers.ManufacturerSerialNumber = "mfr 20140127001"

oBaseDocument.Lines.SerialNumbers.SystemSerialNumber = "1271"

oBaseDocument.Lines.SerialNumbers.ReceptionDate = New DateTime(2013, 1, 1)

oBaseDocument.Lines.SerialNumbers.ManufactureDate = New DateTime(2013, 1, 1)

oBaseDocument.Lines.SerialNumbers.ExpiryDate = New DateTime(2014, 12, 1)

oBaseDocument.Lines.SerialNumbers.WarrantyStart = New DateTime(2014, 12, 1)

oBaseDocument.Lines.SerialNumbers.WarrantyEnd = New DateTime(2014, 12, 1)

oBaseDocument.Lines.SerialNumbers.Add()

oBaseDocument.Lines.Add()

lret = oBaseDocument.Update


But it returns error message:

"You should use existing serial/batch numbers for this document type"

Viewing all 8798 articles
Browse latest View live




Latest Images