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

Re: Print of TO created through Bapi

$
0
0

Immediate printing of Transfer order is depend on the spool code setting.If the transfer order which you are creating through L_TO_CREATE_MULTIPLE is having the spool code and print immediately is activated for the spool code then it should trigger the printing.

 

SPRO---LE  - WM --ACTIVITIES -- DEFINE PRINT CONTROL  (Definition -----Spool code)

 


MRP Forecasting and Replenishment reporting

$
0
0

Hi,

 

Please advice if Interactive graphics is available for MRP Forecasting and Replenishment reporting.

 

//SS

Re: Can we extract Shapefiles into SAP BODS ?

$
0
0

Further to the original inquiry here, does this version of BODS support the loading of shapefiles (polygons) from external sources such as shape files directly into Oracle and/or HANA?

HTML Preview - Error message - Improper Config?

$
0
0

I'm using SAP CR 2013 in standalone mode, on a Windows 7 PC.

I have an SQL Server DB on this local machine, and can design and print reports as expected.

 

HTML Preview yields an error, inviting configuration of File\Options\Smart Tag and HTML Preview.

 

Of note, I did not have IIS installed at the time I installed CR2013.

I installed it now, and ran an update on CR2013 (Add/Romove Program - Modify).

 

The error persists.

 

The option is checked to "Enable HTML Preview when no logged on..."

 

Looks like I need to point to an ASPX application and have a virtual directory on my IIS.

 

Could someone help me get started?

 

Dave

 

Message was edited by: Ludek Uher Phone number removed (SCN Rules of Engagement and all that...)

Re: How to write multiple actions in if else crystal reports

$
0
0

Hi DJ,

 

It is throwing error

 

"A number is required here."

 

Regards

Mano

Re: Oracle ACFS

$
0
0

Thank-you for the reply and the guide links.  I have previously looked at both.

I was going to have the volume mount to OS at /oracle/acfsmounts/nw11204 is that what is typical?

 

So the netweaver homes would be something like /oracle/acfsmounts/nw11204/oracle/<SID>/11204

 

On our single installs I see that the homes the DBs are /oracle/<SID>/11204  but using RAC & ACFS what do people typically do for the OS mount point.

no, you did not read the documents I mentioned as this is in those manuals.

The ORACLE_HOME in RAC/ASM still MUST follow the SAP indications and it is indicated in the manual and in my reply

/oracle/<SID>/11204 is the "physical" directory (IHRDBMS) where you install the oracle therefore, if you use ASM, that is the volumen form ASM that you have to provide.

/oracle/<SID>/112 is a softlink (OHRDBMS) to the previous directory that the user <sid>adm will have as ORACLE_HOME directory.

 

if you prefer something shorter, then look at the note 1554661  - Configuration of environment for 'oracle' user and note 1524205  - Oracle 11.2.0: Database Software Installation

Re: HOW TO CONFIGURE MANAGER or APPROVER USER IN ACCESS REQUEST MANAGEMENT TO APPROVE OR REJECT REQUEST

$
0
0

Hi Sahil

 

If you had used the Manager Agent in MSMP then it is a SE37 function module. You could look at the code and see what it does. In a nutshell, the Manager agent looks for the Manager entered in the Request Field.

 

The EUP configuration won't help you there except to default the Manager Id. Check your Access Request to see that the User Id is the manager you have for your configuration.

 

As far as the Instance Runtime goes, that was a poorly worded sentence on my side. What I am saying is go execute the transaction and look for the runtime details for the Access Request so that you can see what the MSMP path/stage the request went to and if an Agent was identified. Transaction is GRFNMW_DBGMONITOR_WD. Again, search or Google for this transaction and you will find information on it. It is a key transaction to assist in troubleshooting.

 

Please note if you make changes to the MSMP configuration you will need to create a new access request to test for configuration.

 

Regards

Colleen

Re: BAPI_PR_CREATE EXTENSIONIN

$
0
0

Jacques,

 

It Works, thanks so much.



Re: Cannot Drop or Rebuild an Index - set index flag error

$
0
0

Hi Lars, just wanted to update on this issue. here is how the index error fixed. the table was partitioned to 16 nodes and one of the blade went down on a fail over scenario. after redistribution the index was corrupted either cant rebuild it nor delete it. this was showing the error i posted initially. Once the blade was up and when we re distribute the tables,i was able to drop the index with out error.

 

Also on the execution plan error, we were able to put 240 threads in parallel for select and with help of product support team we identified it as an error in the executor.ini time out configuration. we were able to get rid of the error with some different time out settings in executor.ini.

 

-Thanks

VInod Nair

Re: CHIP could not be added to your page

Re: Autorização Negada - Mobile

$
0
0

Arthur, boa noite!

 

Fiz um teste em um cliente e carregou normalmente os dados tanto de PN, ordens de vendas e as demais funcionalidades.

 

No caso seu será que não é questão da conexão do aparelho com a internet? Você esta usando Wi-fi ou 3g/4g?

Re: Receiving an 'Error formatting cross-tab object' error when paging through preview

$
0
0

Actually, you can search for them by entering the KBA number in the search box in the top right  corner of this web page. KBA 1214209 comes up fine. KBA 1212875 does not, but it's not really applicable.

 

While we are at the search box, see if a search term like 'crystal cross tab' (or something like that) bring up other KBAs.

 

 

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

  Follow us on Twitter

Record details falling under wrong group

$
0
0

I have grouping set up by

Company

    Work Order

          Scope  

                  Reference Number

 

The group 1st heading is showing the work order and then all the reference numbers under it.  But on the far right the # that stands alone is the work order number for that detail line so you can see that more that one work order is showing up under a reference No.  It should start a new group heading from the next work order number and then the reference No. under that.

 

Please take a look and let me know if you have any advice.

 

Thanks - Peggy

Re: Planned orders to customer orders

$
0
0

I have checked prerequisites and I am using strategy group 40, consumption parameters forward and backward, but the problem still exists

 

 

 

Re: Table partitioning for 2.5 Billion rows

$
0
0

Many times, I wrote about it here: Best Practices for SAP HANA Data Loads

 

- Partition by hash with 200m partitions

- Hash on the main primary key

- Ensure all master data tables have a primary key

- Consider replicating master data between nodes

 

That's all there is to it.

 

Aneesha - think you must be referring to something else.


Is it possible in FI-CA to skip a dunning activity in the same dunning procedure

$
0
0

Hi FI-CA experts,

Is it possible in FI-CA to sometimes skip a dunning activity in the same dunning procedure.

Example:

if due date > x days then execute activity of level 01.

if due date > x+y days then; If 'condition' is true then execute activity of level 02. endif. endif.

if due date > x+z days then execute activity of level 03.

 

Should I put the 'condition' in an Event which execute the activity?

Thanks

Re: Multiple JREs on same machine for different BO versions?

$
0
0

Hi,

 

We will be able to run or use any specific version of JAVA by using the below steps.

 

Access Windows Control panel

Open Java configuration

Disable unwanted JRE from the View button on the Java tab.

 

 

Hope this helps.

 

Regards,

Raghu

2 Business Roles - Navigate from One to Another

$
0
0

Hello

 

My Key user is assigned a regular Web UI Business Role(CASEWORKER) and it is used for daily work.

 

However he needs to access standard FCC_AGENT IC specific role in order to process the Collection Work Items occasionally.

 

Solution which I am thinking was to assign both the Business Roles to User.

 

However the disadvantage is: User have to switch back to Other Role in order to perform the Operation. Moreover the User is not really happy with this approach.

 

Is there any other option available ?

 

Is that possible to Open a new Session (for Secondary Role) from Navigation Bar of first Business Role ?

 

 

Please advise.

 

Cheers

Re: Which exit for MIGO Subcontracting

$
0
0

Arati, follow this note, it is exactly what you need:

1915825 - Transfer Posting reference to a Purchase Order in MIGO


Resolution

The business function 'LOG_MM_OM_1' must be activated in your system.

Also, the BADI MB_MIGO_SC_PO_TRANSFER must be activated into the system and then the option 'A08 Transfer Posting' and 'R01 Purchase Order' appears.

 

To activate the business function go to tcode SFW5 and mark the function LOG_MM_OM_1 and click on Activate Changes.

Capture.GIF

After that you can go to MIGO and check:

Capture.GIF


Regards,

Felipe

Re: Authorization Issue Accessing new HCI OData Provisioning

$
0
0

Hi ,

 

I have a partner who has a same problem  and does not have an option to create an internal ticket.

 

How to address this issue ?

 

best regards

Chittu

Viewing all 8689 articles
Browse latest View live