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

Bapi

$
0
0

Hi

 

Do you know on a BAPI that the output of this BAPI is list of all the BAPI that exist in the system ?

 

Regards,

Yossi


Re: Input Field - Required Status not Displaying

$
0
0

Hello,

 

I guess u want to know how to show required (*) before input filed in webdynpro.

If i am correct then first go in the property on input-filed and check status Required and make a label  before that Input-field and ID of that input-field give in the Labelfor property of that label .

Do remember one thing it will add only (*) on UI.. you have to write code by yourself to check for the mandatory condition in some method.

 

use following link for more info.

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

 

BR

Chandra..

Re: Where to find Hana c4.5?

$
0
0

Hi Sandra,

 

Yes ,you are correct. For using HANA algorithm you should have Hana developer version installed.

Can you please have a look into the link which i had given before in this thread ,where you will find all HANA related info.

 

Regards,

Arti

Re: how to pass decimal values to a idoc_data-sdata at 170th place

$
0
0

Hi Ravikumar,

 

Pass the decimal value to a character type variable and assign this character type variable to idoc_sdata+176(14).

 

 

Sample Coding:

 

PARAMETERS: p_curr TYPE p DECIMALS3.

 

DATA: gv_curr  TYPE char18,

       gv_sdata TYPE edi_sdata.

 

START-OF-SELECTION.

   gv_curr = p_curr.            "Assign the decimal value to a character type variable

   gv_sdata = gv_curr.        "Assign the character type variable to idoc-sdata

   WRITE: / gv_sdata.

 

 

Thanks & Regards,

T. Prasanna Kumar


Re: make the header material of a sales set BOM a non stock

$
0
0

Hi Ravi

 

Thanks for this suggestion. I will try to create a blog explaining the whole process. Although it has been discussed many times but still there are some points which we need to clear about configuring Sales BOM.

 

 

Thank$

Re: EHP5 to EHP6 upgrade

$
0
0

Hi Friends,

 

I am facing one more problem ..

 

SUM The Installation/Upgrade Package for Add-on BP-CANW rel. 702V7. When we are search for this component in SAP service market place, the software component is not available. 
 
refer note :Note 1301301 - Release Strategy for SAP Best Practices Package ABAP Add-ons
 
 
i have uncared below addon , because our system in 7.02 , also tried with 731 add-on also as mentined below
 
BP-CANW: Based on SAP NW 7.02
BP-CANW 702V7 - delivered in June 2013

 

  • BP-CANW: Based on SAP NW 731

           BP-CANW 731V6 - delivered in June 2013

 

any help from your end??

 

regards,

balaram


 

Re: Why we do self-loop / realignment of DSO

$
0
0

Hi

 

We have a DSO loop implemented to create an artificial delta process. It negates the previous record in the loop.  This way we can  keep loading delta to cube even the source isn't delta enabled.

hope it helps

Martin

Re: Different exchange rate conversion in the same date

$
0
0

Hi,

 

There could be 3 possible causes for this:

  1. The rate was maintained earlier as 42.22 and subsequently the rate was changed to 41.95, this option is ruled out because the posting time of 42.22 rate is latter than 41.95 and the rate in OB08 is 41.95
  2. The rate 42.22 has been entered manually by the person making the payment.This I suspect is the cause of same rate.
  3. The Direct quote exists for USD/PHP. Check whether a direct quote exists in OB08.

Thank You.

Regards,



Re: BAPI for creating delivery is not able to show the data in vl03n.

$
0
0

Hi,

 

a call of FM BAPI_TRANSACTION_COMMIT after the call of BAPI_OUTB_DELIVERY_CREATE_SLS may solve your issue.

 

Regards,

 

Klaus

Re: Get Related Entities

$
0
0

Hi Yordan

 

Normally when get_related_entities is called system should ideally load the Entities from API's even if they are not present at BOL level as this is the first time you are requesting for them.

 

May be you can try passing the IV_MODE as BYPASSING_BUFFER and check if this would help you to get the relations.

 

But try debugging and investigating why it is not loading the entities in Normal Mode.

 

Regards

Vinod

alpha conversion routine

$
0
0

Dear Gurus,

 

We have a z* infoobject and its characteristic object with "ALPHA" conversion routine and data type CHAR length is 2.

The z* infoobject is added to a DSO and the incoming data is 01 to 09.

The sid are stored as 01 to 09, but in the listcube display the values are showed as 1 to 9, the zero is missing.

If the conversion routine is removed then the display data and stored data is same as 01 to 09.

Client does not want the conversion routine to be removed, but he wants the display to be made as 01 to 09 in the listcube,

Can we achieve this anyway?

Re: Mobile Dashboard - Insufficient device memory

$
0
0

Thanks Runali

 

This dashboard is for Mobile consumption i.e. HTML5 output on iPad (not ActionScript/SWF)

The SWF is 2.01MB. Yes I am using more than 512 records. some vLookup() logic requires range of 1500 rows.

Business Objects Client Tool on Windows, Server on AIX - SQL ODBC, UNX

$
0
0

Hi Dennis,

 

Good question. We had set this up in a AIX sanbox. We have now decided to implement in a VM windows environment which should answer our questions.

 

regards

 

david

Re: Business Objects Access Level migration issue

$
0
0

Hi Hardik,

 

Thanks a lot for your response. I got this fixed. I had to add general\view objects to the access level assigned to the connection.

 

Thans for your help.

 

Lovkesh

Re: OLAP Universe after refresh, not showing LOV values and filters giving parse errors.

$
0
0

Thanks Mallik,

 

The issue was with the connection only. The Universe should be connecting to a BEX query only, not a multiprovider. But somehow due to BW access issue, the BEX query was not available in the connection pool. Hence the BAPI connection pool was showing the Universe connected with Multiprovider itself.

 

Once we provided the proper permissions to the BEX query to be visible in BAPI connection list, and connected the Universe to it, all the objects went fine.

 

Thanks for all your help.

 

Regards

Rahul


Re: How to find an object source - From Linked Universes

$
0
0

Hi Mani,

Thank you for your reply. So, it is not possible to find this information from the Master Universe?

Re: Unable to publish VI Lumira to BO Explorer 4.0

$
0
0

I was getting a similar error and I am on BI4.0SP6 and Lumira 1.0.11 which should be compatible. In my case the reason was the firewall on the BI Server. I added a rule to cover java.exe under the Explorer installation directory and that seemed to work.

Re: SAP Training Center in Singapore

Re: Seeburger Adapter documentation

Re: Adding extra field in Datasource via append structure

$
0
0

Hi rana,

 

At DSO level there won't be any impact. at dso level your not setting any delta based on key or data fields.

 

you need check at info pack level ony. remaining desinig won't imapct, you just need add appened field resepctive info object, do the mapping, activations.

 

DTP pulls delta data based on request only.

 

About delta concentrate at info pack level only.

 

Thanks

Viewing all 8851 articles
Browse latest View live




Latest Images