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

Re: List of TR's moved in production

0
0

hello,

 

Check table E070 (E zero 7 zero) it might be of some help. Give the month date range in AS4DATE field and it shoukd get you the list.

Also it has field TARSYSTEM (target system) you may filter by this field for a particular system .

 

 

best regards,

swanand


Re: Viewing SOAP message for the web service consumed in SAP ECC

0
0

Hi,

 

Not sure about ECC, but in PI, one has to enable the logging for synchronous messages and this is how you do it:

1. Go to SXMB_ADM -> Integration Engine Configuration.

2. For category RUNTIME, set the parameter LOGGING_SYNC value to 1(activated)

 

Try doing the same in ECC.

 

Ambrish

Re: SAP Business One SLD Service Database Backup Issue

0
0

Tried your suggestion but still experiencing the same error. SLD error.png

how to excel formula in EVDRE report

0
0

Hi,

 

We are on bpc version 7.5, I am developing report that has material hierarchy than two columns that are picking budget and actual sale. Fourth column is variance of actual and budget that I am using excel formula as budget-actual. Now problem is when I expand the report this excel formula column get vanished (I have mapped a column key), I have hierarchy that user want to change so I can't make it a static report.

 

Material Hierarchy                    budget sale               Actual Sale          Variance

  xyz                                            100                           80                        20

 

 

Please suggest.

 

regards,

ray

how to excel formula in EVDRE report

0
0

Hi,

 

We are on bpc version 7.5, I am developing report that has material hierarchy than two columns that are picking budget and actual sale. Fourth column is variance of actual and budget that I am using excel formula as budget-actual. Now problem is when I expand the report this excel formula column get vanished (I have mapped a column key), I have hierarchy that user want to change so I can't make it a static report.

 

Material Hierarchy                    budget sale               Actual Sale          Variance

  xyz                                            100                           80                        20

 

 

Please suggest.

 

regards,

ray

Error in ob_Realtime_DQ_SAP_Address_Cleanse_Suggestions in SAP Business Objects Data Services 4.1

0
0

Hi,

 

Getting error when i execute Job_Realtime_DQ_SAP_Address_Cleanse_Suggestions in SAP Business Objects Data Services 4.1.

 

20504

3612915456

DQX-058306

04/07/2013 11:20

|Session Job_Realtime_DQ_SAP_Address_Cleanse_Suggestions|Data flow DF_Realtime_DQ_SAP_Address_Cleanse_Suggestions|Embedded Dataflow EDF_DQ_SAP_Address_Cleanse_Suggestions_Main|Transform GAC_Suggestions

20504

3612915456

DQX-058306

04/07/2013 11:20

Transform <GAC_Suggestions>: <GAC0000>: [GaAddressClass::GetOutputLineData() has failed. The line name "UNDEFINED" is invalid.].

20504

3612915456

DQX-058306

04/07/2013 11:20

|Session Job_Realtime_DQ_SAP_Address_Cleanse_Suggestions|Data flow DF_Realtime_DQ_SAP_Address_Cleanse_Suggestions|Embedded Dataflow EDF_DQ_SAP_Address_Cleanse_Suggestions_Main|Transform GAC_Suggestions

20504

3612915456

DQX-058306

04/07/2013 11:20

Transform <GAC_Suggestions>: <GAC0000>: [[GaAddressClass::GetOutputLineData() has failed. The line name "UNDEFINED" is

20504

3612915456

DQX-058306

04/07/2013 11:20

  1. invalid.]].

20504

3612915456

DQX-058302

04/07/2013 11:20

|Session Job_Realtime_DQ_SAP_Address_Cleanse_Suggestions|Data flow DF_Realtime_DQ_SAP_Address_Cleanse_Suggestions|Embedded Dataflow EDF_DQ_SAP_Address_Cleanse_Suggestions_Main|Transform GAC_Suggestions

20504

3612915456

DQX-058302

04/07/2013 11:20

Transform <GAC_Suggestions>: DLL <libgactransformu.so> runtime function <ProcessRecord> failed with error <4>. More detailed

20504

3612915456

DQX-058302

04/07/2013 11:20

information may be obtained from previous errors.

 

 

Following are the details:

 

SAP Business Objects Application hosted on red- Hat Linux

 

Data Base: Oracle 11G

 

CRM Application: CRM 7.0

 

Address Directory Details: At the time of Installation i have put PERSON_FIRM.zip  in the Installation directory & ALL World Directory in the Reference data Path.

Reference Directory - Details.PNG

For log files please refer below thread

 

http://scn.sap.com/thread/3386122

Error in Job_Realtime_DQ_SAP_Address_Cleanse_Suggestions when executing

 

 

Thanks,

Daya

Re: Document flow showing quotation as being processed

0
0

Hi Naveen,

Blank will mean your quotation is not relevant for completion status. Choose A or B as required and try.

If quotation has only one line item with 10 qty, the sales order is also expected to have one line item with same material & qty to set quotation as complete. If you enter other materials in sales order, obviously they are not referenced to quotation, so not relevant to the quotation completion status.

 

If your sales order is expected to have different qty than quotation, set A in VOV7 for quotation.

Re: Active GOS

0
0

Hi Anita,

 

to the first question. The publication of GOS always decided in application side. Each and every application have to take care of it's customizing on its own. There is no central control on it from GOS side.

I use two approaches to check with which business object was GOS published:

1) put a breakpoint on SUSR_USER_LOGONDATA_GET (this is the FM which will check the Dialog status of the current user). Now the publication of GOS happens either in function module SWU_OBJECT_PUBLISH or class CL_GOS_MANAGER. There you can check the parameters for the business object and the ID of the BO.

2) perform an SQL trace in ST05 and check with which business object(s) were the queries performed on the table TOA01 for example.

 

Now to the other question:

Please check this two note:

- 904711 -  SAPoffice: Where are documents physically stored?

- 530792 - Storing documents in the generic object services

 

So attachmets can be stored in the ArchiveLink (Store business document function, or other scenarios) or as a standard SAPOffice attachment.

 

For ArchiveLink please check http://help.sap.com/saphelp_nw73/helpdata/en/4c/e67ac57e173ec6e10000000a42189b/content.htm?frameset=/en/4c/e65a717e173ec6e10000000a42189b/frameset.htm

 

And the note 1043676 gives help on migrating ArchiveLink documents.

 

But now the tricky part. Because ArchiveLink and SAPOffice uses KPro CMS to communicate with a content repository, both can store documents in a database table of the application server or on an external (http) content server. So it depends on how the content repo is configured in OAC0. (For standard attachments consider the SKPR08 and OACT settings, for ArchiveLink the OAC3.)

 

You can disable the Create attachement service in the transaction SGOS for all users systemwide. Put the service PCATTA_CREA into inactive or invisible. Or check the BAdI GOS_SRV_SELECT with which you can excude the servicw with a specific condition as per your requirement. (There is an example code in the documentation in SE18).

 

I hope these will help.

 

Best regards,

Janos


error import abap

0
0

hi,

i am installing netweaver 7.02 32 bit of windows xp sp2 .i am getting error import monitor jobs

 

       ( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.). )

 

i attached log files please help me.

Container Number in Delivery to be editable

0
0

Hi all,

 

I maintain Container number at:

 

VL01N - Header - Foreign Trade/Customs->Transport-Departure field

 

Now,can I edit this after PGI and/or Invoice...?

 

 

Thanks!

Delivery Schedule in PO item

0
0

Got it Jurgen, Thanks. I found out that there are multiple Purchase Order (STO) with the same statistic delivery date on the same article, Transfer is on the same site, so I'm seeing it as Goods issue / Receipt differences.

 

Regards,

 

Ber

Re: How to configure Special procurement type field?

0
0

Nipurn

Now my question is among above 3 which one to select for proper configuration and what does above means.

Any of these menu paths can be used.  A special Procurement created in either of these three paths should be usable.

Also i had a question ---certain SAP std special proc types such as E99 or E90 etc etc.. have a specific role just for example they make the part behave as phantom or backflush etc.  how to define all these conditions against any special procurement type? is it necessary to define any condition or not??

It is not necessary to predefine any conditions to use a Special procurement.  90 and 99 are not delivered as standard in SAP basic ECC.  I suspect they were created locally in your system.

 

Best regards,

DB49

Re: Cross Company Stock Transfer

0
0

Hi Bijay,

 

There are various ways in which a business is run.

My intention is to share with you the actual scenarios and I do hope you could look at it from different angle.

 

Finally, please do not bring another different topic into the same thread.

 

Thanks

bye

SAP PS MRS Integration

0
0

Hi all,

 

I am SAP PS consultant and I do't know where I ask this MRS related questions.

1>I have created one project and network and in network header enhancement tab i am not able to assign resource planning node it gives me error

No resource planner is assigned to the resource planning node

Message no. /MRSS/RAP004

 

what is the problem I am not able to find.

 

2> In /n/MRSS/PLBOORG i am not getting any demand related to network and project.

     What I should do to assign network in MRS Planning board?

 

3> When I run T code /n/MRSS/PLBOSRV    and select my network and enter then automatically I get out of the t code.

 

 

I am new to MRS and I want to plan my network and CRM service order in MRS. How to do that? I have done some basic setting in MRS config.

 

 

Thanks & Regards,

Sukhveer.

Re: SAP Hana dev studio in linux 32bits

0
0

Yeah, SPS6 has 32 bit version REGI

At present you can download it only from SAP Marketplace :

Even Thomas has mentioned the complete path in thread :

http://scn.sap.com/thread/3281439

 

http://service.sap.com/patches

Then Browse our Download Catalog

SAP In Memory (SAP HANA) ->HANA Platform Edition -> SAP HANA PLATFORM EDITION->SAP HANA PLATFORM EDIT. 1.0 -> Comprised Software Component Versions.

Within this list you will find the HANA Client and HANA Studio.

 

It has been mentioned in many threads that SPS6 will contain 32 bit REGI file\and even in the above mentioned thread Ralph from SAP confirmed :

"Hi,

we'll provide 32bit Regi clients for both Windows and Linux with SP06.

If you are an SAP employee, please ask me via Email where you can download preliminary 32bit versions before SP06 is released.

Cheers,

Ralph"


Re: How to create a variant of info object which is used in a filter of DTP?

0
0

Hi Li,

 

You can achieve this by defining Customer Exit variable with logic for i_step = 0.

 

Thanks

Kamal

Re: How to call a Stored Procedure with output type TABLE

0
0

Hi Qaiser,

 

Call the procedure like this:

 

CALL "EC2"."outputselect" ('pass_value_of_keyword', null);

 

Regards

Raj

Reversal document delete but amount display in report

0
0

Dear All,

 

I have done one mistake in live system we delete the reversal document number from table but amount is display in the fs10n report.

 

 

Please help me to resolve this issue.

 

regards,

juhi.

Hierarchy Parent Node - Totalling suppression

0
0

Hi All ,

 

How do i suppress the totalling of Child nodes to Parent node ?  The business case where the child nodes are prices - the total at a parent node level makes no sense ...

 

Appreciate you views,

 

Best Regards,

 

Ravi

Re: when i tried to open old query it shows as corrupt.

0
0

Hi Reddy ,

 

As suggested by mate Suman it can be due to Query has not been migrated to latest Bex Version.

 

Try regenerating the same from RSRT.

 

Thanks

Kamal

Viewing all 8594 articles
Browse latest View live




Latest Images