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

Re: Updation of sybase ASE from 15.7.0.101 to 15.7.0.132??

$
0
0

Hi Sir,

 

I have not yet updated the database..I am still going through the notes..i will update you once i try..

 

Thanks&Regards,

Adarsh B J


Delete Record from KNVP using BAPI

$
0
0

Hi All,

 

 

Is there any BAPI to delete partner from KNVP.

 

I have checked SD_CUSTOMER_MAINTAIN_ALL and CUSTOMER_UPDATE ,While executing I am gettting error as System error in table KNVP,

 

But when i test CUSTOMER_UPDATE individually its working fine but in program its giving error.Pls help.

 

 

Regards,

Trinadh

Re: Form Settings does not get saved

$
0
0

Hi Rajesh,

 

Best to save form setting is to set one master user account. Set all froms on one user account.

 

Log out all users. stop all add ons. and copy form settings to other users. This way you are overriding all permissions and set up form settings for all users whether its local user or rdp user.

 

Regards,

Chinta

Re: Need Java Adapter module for reoving xml tags from Input Payload

$
0
0

Hi I have the same issue. I am trying to remove <?xml version="1.0" encoding="utf-8"?>. My scenario is JDBC to file. But in the receiver side as file we do not want to placed<?xml version="1.0" encoding="utf-8"?>. So I used java mappig and xsl mapping . But unfortunatelly in Operation mapping testing it is not in xml format. Is xsl wron or is it not possible to remove with xsl mapping ?

 

Sincerely ,

 

Ceren.


Contract alert is not working in SRM 7.3

$
0
0

Dear Experts,

  

 

  
I have done all configuration of contract alert like below config but still it is not working when i am releasing contract. Please help.

 

 

 

You have specified the default
alert thresholds for contract expiry dates, release quantities, and release
values in Customizing for
SAP Supplier Relationship
Management
under
  SRM Server
Cross-Application
Basic Settings

Enter Alert
Threshold Data for Contracts

You have defined transaction types in Customizing for SAP
Supplier Relationship Management
under
SRM Server
Cross-Application
Basic Settings

Define
Transaction Types

You have defined who you want to receive alerts in Customizing
for
SAP Supplier Relationship
Management
under

SRM Server
Cross-Application
Basic Settings

Event and
Event Schema for Alert Management

Define
Recipient of Notifications

 

Thanks.

Faraz

Re: Cannot Loop values from BAPI internal table

$
0
0

If you see FM BAPI_PO_GETDETAIL1 export parameter POHEADER is declared as structure NOT as table type so it will contain only one record.

 

 

So declaring internal with header line does not make sense here.You can declare like this

 

data: wa_poheader  type BAPIMEPOHEADER

 

  CALL FUNCTION 'BAPI_PO_GETDETAIL1'

  EXPORTING

    PURCHASEORDER            = WA_EKKO-EBELN

IMPORTING

   POHEADER                 =  wa_poheader

 

if wa_poheader-PO_NUMBER = WA_EKKO-EBELN

<logic>

endif.

Re: Cannot Loop values from BAPI internal table

$
0
0

Hi Rufus,

Change type of your internal table & WA to BAPIMEPOHEADER.You can use like BAPIMEPOHEADER

 

Regards,

Kannan

rollback a call transaction

$
0
0

Hi ,

 

While calling transaction Co11  in background sometimes there is error due to locks .

The issue is that good issue and confirmation happens but not good receipt because of this error .

If the error is occurring during goods receipt , i have used "BAPI_PRODORDCONF_CANCEL'"

 

 

 

Do we need to write commit & rollback to revert the goods issue & confirmation

 

 

Call transaction C011....

 

if sy-subrc <> 0 .

 

 

BAPI_TRANSACTION_ROLLBACK

 

endif.

 

 

Kindly suggest


Re: Is there other method to update BP address instead of using DTW.

$
0
0

Hi,

 

You can use DTW or import from excel functionality from SAP. Both are easy to manage. Manually is not advisable as it is very inconvenient to users to update record manually.

 

You can also use DI API if it's easy to manage for you.

 

Regards,

Chintan

Re: Condition type not coming in sales order

$
0
0

Hi

 

Goto material mater change MM02 & goto Basic data1 screen & put Gross weight & Net Weight as 1

& save.Then goto sales order,delete material & save the sales order .Then open sales order VA02 & enter material.

Freight will appear.

Hope this will help.

 

regards

Wasey

Re: Confused by the removal of aggregate/index tables in HANA

$
0
0

Not sure what you're after here.

As I don't know where this slide is from it's hard to tell, whether and how this drop of VBOX had been implemented.

 

From https://blogs.saphana.com/2013/07/16/suite-optimization-sd-rebate-processing/ and Sales and Distribution - Replace Index Table for Discounts (VBOX - Sales and Distribution - SAP LibraryI take it that this is a change in the physical data model but not in the logical data model - so for the application the data model stays the same.

 

But that's already SAP HANA-based-systems-only functionality delivered through enhancement packages. And EHPs are application changes.

 

- Lars

Re: Default plant maintenance notification type for Real estate (FX) maintenance & Repairs

$
0
0

Hi,

 

Thanks a lot for your quick & accurate reply.

 

Regards,

Pavan.

Re: SYBASE IQ local store issue

$
0
0

Hi Jerry,

 

 

 

Thanks a lot for your suggestions *** advice.

 

 

 

But despite of those some askings and informations are here for more understanding:

 

 

 

Version : Sybase IQ 15.1 on SUN SPARC box.

 

 

 

Your point:

 

 

 

# I think the reason you had the problem in local store was due to a long running session which touched the local store tables.

The versioning for them also uses the free space of the local store.

 

 

 

My Answer:

 

# Let you know that at the time of issue/hang the versioning was static, and the local store increases consistently which made me think.

 

 

 

Question:

 

 

 

Is there any way to get the modification time of the object ?

 

 

 

OR

 

 

 

How we can get that in what table(not talking about temporary) data is being loaded or new table is being created and getting loaded with GBs of data which causes the local store out of space.

 

 

 

As I know that if some query like 'select into #xxx....from some_table ' then it creates a temporary table which should increase should increase the temp store of the system instead of local store.

 

 

 

--

Regards

Re: Why can't I load any jQuery plugins to my UI5 project?

Re: GRC AC 10.1 - LDAP Synchronization Issue

$
0
0

Hello Emiliano,

 

 

Actually I am not familiarized with adding parameters in sync, but I think the only way is in SPRO, assigning attributes to the connector, with parameter OTHERS.

 

 

Kind Regards,

 

 

Rafael Guimbala


Re: How can I change the TYPE of replication object - BUS_TRANS_MSG from "Simple Bulk (MESG)" to "Simple Intelligent (MES)"

Re: Problem with large inbound ABAP proxy message

$
0
0

Hi Stefan,

The problem with write failed could be a memory problem or problem related with the maximum message size accepted. Try to change this parameter in the IE (RZ10), if you are in PI dual stack:

 

Visualizar perfil PTI_DVEBMGS00_ICMPTISAP versión 000016.jpg

 

Check this parameter in your ECC as well.

 

Regards

How to connect cubes without DSO from Info Source in sap bi / bw...

$
0
0

Hello Experts.,

 

I am new in SAP BI / BW. I am just Practicing daily. I want to know

how to connect cubes without DSO from Info Source in sap bi / bw...

 

 

 

 

 

 

Thank You.,

Dinesh.

Re: publish a Rest JSON Service through SAP PO

$
0
0

Not just monitoring but in future if the services has to be extended to multiple partner's then it would easy to do that using PO.

Re: Procurement type not updating in APO.

$
0
0

Hello Subhash,

 

Did you try CFP1 for material master changes?

 

What the setting have you defined in CFC9?

 

 

Go to SE16 Table BDCP2 to check the change pointers for CIFMAT.

CDOBJID = Material number

 

Also execute report RAPOKZFX

 

Best Regards,

R.Brahmankar

Viewing all 8676 articles
Browse latest View live




Latest Images