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

Re: 7.31 Process Chain executes in target system upon transport

0
0

Standard behaviour ?!

See OSS  912367 and OSS 1233327


Re: How to Monitor Sybase IQ Performance Summary

0
0

Hi Dennis

 

I think that the simplest way to answer your questions is to enable request logging. You can enable it by using of asiqsrv12 command switches (-zo, -zr, -zs) or by using of following procedure calls:

 

call sa_server_option('Request_level_log_file', 'your_log_file');

call sa_server_option('Request_level_logging', 'SQL+hostvars'); -- you can use also "ALL"

call sa_server_option('Request_level_log_size', size_in_bytes);

 

You can enable request logging in Sybase Central as well. When your log files fill with the data, you can parse the content of request log files using sa_get_request_times and sa_get_request_profile procedures. These procedures fill global temporary tables satmp_request_time and satmp_request_profile respectively. The global temporary tables contain text of sql statements, statement start time, duration and some additional attributes. You can query the global temporary tables directly, or even better, insert its content to a permanent table for further analysis.

 

To my surprise, I can't find IQ 12.7 documentation online, so I can't provide you any links. While IQ 15 added more functinality to request logging, the concept stays the same, so you can review IQ 15 documentation for more details.

 

Hope it helps

Leonid Gvirtz

Re: how to find screen numbers based on field name

0
0

Hi Divakar,

 

  • Put your cursor in the Particular input field
  • Press F1
  • Click on the Technical Information button from the Menu bar
  • Double click on the Data element name
  • Click on Where used list
  • Select the required checkboxes and press OK
  • It'll give you the desired list.

 

Best Regards,

Manish Shankar.

Re: Extending the internal order

0
0

If you have separate controlling area then you have to create a order type in the other controlling area. You can assign the same no. range. For creating the master you have to do a LSMW. You can download the order details from the first company code and change the relevant fields like company code and upload.

 

Regards,

Sangram

Re: SMP 2.3 - Query operation in Android API development

0
0

I put break-point in the BAPI and checked. During synchronize, I'm sending input as 99060611 (bank key) and IN (bank country) and getting the desired output at the SAP end. This means the synchronization process is fine. The error comes in retrieving data from the synchronized MBO. Now what?

Change Type NODEID in BW to Type of NODEID in Source

0
0

Hi Experts,

 

I want to use the hierarchy framework of BW 7.3 in order to transfer a hierarchy from source system via DSO into the hierarchy of an infoobject.

 

Everything works so far using an expert routine. However, I have a problem with the Node IDs: in my source system node ids are of type CHAR 32 while in the standard hierarchy of BW 7.3 the node id is of type NUMC 8. This then leads to errors when tranferring the hierarchy from DSO to infoobject.

 

As I dont want to change the node ids of the hierarchy coming from source into NUMC 8 format, I am seeking for a way to change the data type of node ids in BW from NUMC 8 to CHAR 32.

 

Do you have any idea how to change the data type of node id (data element RSHIENODID) in BW?

 

Thanks

Tobias

Re: SAP ABAP,Ruby, BODL, ABSL

0
0

Hi Smita,

 

Since you are new to SAP World. I would suggest you to learn ABAP as it is the basic langugage in SAP and It will also help you in other areas also..if you wanted to learn in future like WDynpro, or other any language.most of the time you will be come across ABAP.

 

Let me know if you have any queries.

 

 

Thanks

Re: not able to see standard report links


Re: Scenario BAPI to JDBC

0
0

How can I start the process in the SAP system?

Re: Enhance BTQ1Order to search for appointment

0
0

Thanks up to here!

 

Some things are not clear for me because of an new error I get when I want to start a search with my enhanced BTQ1Order...

 

I have enhanced the BTIL Structures for query and result with one Z_Field.

The new field is available in config, but when I test the search I get an error "Problem with Query"...

 

I found out that I get the Problem when the Z-Field is NOT maintained in CRMC_REPDY...

But I cannot maintain it in that table because of missing information for Column "NAME_ON_DB" and "DYN_METHOD"...

 

Any ideas?

 

 

Another Question to the BADI-Filtervalues:

Do you have an example which criteria I need to fill in to the filtervalues of BADI-implementation, so the implemenation is triggered by my search?

Re: Error while activating Queue XBTR* in Manage Queues in TCODE sxmb_adm

0
0

Hello Naresh,

 

Check if the queue XBTR* is already registered in your SAP R3 server.

You have to do it first, if not already done.

 

Regards,

Subhajit

Re: bulk of pending Notification not convetred to Orders

0
0

Did any one has other solution implemented in any other company..

Re: Effect of Completion Requirement on Maintenance Calls

0
0

Hi Kamlesh,

Your question is not related to Completion Requirement.

It is related to Shift Factor for Late Completion. If you fill this field with 100, then the plan date will be on 10/11/2013. If it is blank, then the plan date will be on 01/11/2013.

 

Now the Completion Requirement is a condition through which user tells the system that 'Do not create the object(Notification/Order) until the predecessor (previous call) is completed (NOCO/TECO)'.

The object will be created during the IP30 run, immediate next to the NOCO/TECO.

 

Jogeswata Rao K

Re: The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0VENDOR

0
0

Hi Raman / Vijay ,

 

There are no records  in RSA7  , however  when I am running full load , records are  increased  today than yesterday , that means they were new or modified records .

 

when I am triggering delta info package , I am getting error "The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0XXXXX "  for  all master data datasources

 

Regards,

Ganesh Jagdhane

Re: Delete document by status

0
0

Hi Prakhar,

 

Thanks a lot, but with this report, only the previous version is getting delete.

 

The requirement is to delete all the documents from document repository.  :-)

 

Thanks,

Routima


Perform Automatic Workflow Customizing

0
0

Hello experts,

 

Why we need to Perform Automatic Workflow Customizing &  Task-Specific Customizing in GRC 10.0 Post installation activities.

Please explain in depth.

 

Regards,

Subramanyam

Re: call transaction

0
0

Hi Sharbani,

 

look if you can call your transaction using parameter ID. If yes remove the BDC option and add the option SKIP FIRST SCREEN.

 

 

regards

Fred

Re: Unable to change order unit on contract

0
0

No Info Record exists for the material-vendor.

Re: Badi ADDRESS_UPDATE not working

0
0

Hi Nabsheet,

 

what kind of filter do you mean?

 

Regards

Vladislav

Re: 2LIS_02_SCL extraction problem

0
0

This problem got solved on its own. For 5 days the delta didnt pick up any value for the enhanced field,however from 6th day onwards it started showing results.Strange behaviour of datasource.

 

Thanks everyone for suggestions.

Viewing all 8676 articles
Browse latest View live




Latest Images