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

Re: New field in CRM getting refreshed every time

$
0
0

Hi Sara,

 

here you have to capture the selected value into your field (GV_FORWARD_AGENT). in this component every time do_prepare_output  will call so you can capture the selected value over there otherwise if you want to capture only when you click on button then you have to write the code in to your button event..

 

or you can write the code in your mailbody.htm..

example code:

id is your input id along with _ ex ( _input)

 

lv_cmpid me->component_id.

   CONCATENATE lv_cmpid id INTO lv_idt.

   me->gv_input_field =   htmlb_event->if_htmlb_data~event_id.

   data_input ?= cl_htmlb_manager=>get_data(

               request = runtime->server->request

                 name = 'inputField'

                id = lv_idt ).

   IF data_input IS NOT INITIAL.

   GV_FORWARD_AGENT= data_input->value.

   ENDIF.


Try this and let me know..

Regards,

Srinivas.


Re: WEBI Report with BEx as UNV data source

$
0
0

Hi Tejas,

 

Please check at following if the limit has been set:

 

1.  Business Layer Query Properties. By default limit is set to 5000, Please uncheck the limit option if checked.

we.png

2. Check Webi Report Query Properties.

we.png

 

Hope it helps!!

 

Regards

Sheetal Sharma

Re: structure and increment in LS10 T-code

$
0
0

Come on, I am here active since 2007 , you since yesterday, and had given the answer numerous times myself. I know what I am talking.

If you just enter LS10 on top right into the search field of SCN then you get about 270 hits

Re: ABAP routine

$
0
0

Hi Laxman,

 

I am confused about the first part of ur code?

Which is this W workarea and what values will it have?

 

Thanks,

Tanvi

Re: Unable to see the environment from front end

$
0
0

Hi,

 

You need to check in BPC web admin that you are belong to the systemadmin task profile.

temp1.jpg

 

Andy

Re: Variable paramter is not showing up in the calcualtion view which created in Analytical view

How to set Credit Limit for Dealer with multiple Customer?

$
0
0

Dear Friends,

 

We are configuring Credit Management for our client, My client requirement is as under;

 

1. We are having various Dealers and mapped as SP

2. Dealer is having multiple customers and will be PY,SH,BP

3. Sales Order will be created for Dealer

4. Delivery & Billing will be carried out for Customers ( Multiple Customers)

5. we have to set credit limit for Dealer while customer will not have any individual credit limit.

6. If Dealer's credit limit exceed system should not allow any customer to place SO.

 

 

Note: I have referred thread 8445446 but it doesn't cover my process any value addition we can do? Kindly suggest.

 

Thanks and looking forward for your reply as per your past experience; handling such scenario during your implementation.

 

Warm Regards'

 

Madhu

Re: How to get the latest updated record from the select query w.r.t to the date

$
0
0

Hi Sudheer,

 

As you described, now entries are collected in an internal table using normal SELECT query.

Next step is to sort and delete adjacent duplicates from internal table as follows...

 

SORT it_po BY EBELN EBELP ABRUF ascending EINDT descending.

 

DELETE ADAJCENT DUPLICATES from it_po COMPARING EBELN EBELP ABRUF.

 

 

Thanks,

RKP


load Bulk data in sap b1 System matrix

$
0
0

Hi,

 

How to load bulk data in sap b1 system matrix. We have sales order lines  data in another database. i want load that sales order lines in sap b1 database. i create one button in sales order form i select the order number after load all data's in system matrix. minuimum it's have 200 lines

 

 

 

Thanks & Regards

B.Lakshmi narayanan

Re: DB2 bckup size optimization through ACS/snapshot technology

$
0
0

Hi Aditya,

 

Table and index compression would likely be a good way to reduce conventional backup times. You should also check for and correct any severe tablespace size skew since that can reduce read parallelism as the backup progresses.  Ensure that your LUNs have a queue depth much higher than the AIX default of 3, and that you have configured enough prefetchers and a reasonable degree of IO parallelism.  Finally, the SAP default extent size of 32KB is IMHO bizarrely small and detrimental to backup performance in most cases. A more normal extent size of 128KB or 256KB, aligned to the RAID strip size, is better. Unfortunately this requires new tablespaces, but you can migrate online while compressing at the same time.

 

Also make sure that you have enough sessions if you are using TSM. I have a customer with a 4TB ECC database, compressed. They have implemented the above changes and use 3 or 4 sessions. The online backup takes about 3 hours, not that amazing but better than a day.  In short, your challenge is to eliminate all IO bottlenecks :-)

 

The aforementioned will improve big read performance generally.  Snapshot backup is another option but too much to explain here I feel. One downside of snapshot backup is less flexibility in that you cannot restore just a single tablespace nor can you restore to different containers. However the performance advantages may far outweigh this.

 

Jeremy

Re: Get() on Characteristic column

$
0
0

I wonder if it would be easier/faster for your application if a virtual characteristic could be created for those 3 fields (see suggestion here Displaying longer than 60 characters in BEx )

 

That way Design Studio doesn't have to combine those three fields - the BEx query can do it run time.

 

I have never done virtual characteristics but it's an interesting idea

Re: Workflow in HCM Processes & Forms

$
0
0

I will forgive you for missing it. I have forgotten many of them myself. haha

Re: how can i set the row default select?

$
0
0

Set your m.Table to mode="MultiSelect" and set the first item selected.

 

In a mobile environment it doesn't make sense to have a single-select table preselected, so you have to use multiselect instead

Re: Settled Value greater than Actual Value

$
0
0

Hi Gaurav,

 

Please check once the plan settlement in the settlement rule, if any thing is assigned there.Just a thought.

 

Thanks,

Sitaram

Re: Message mapping question

$
0
0

Hi Midhun,

 

If Transaction is IN, and if any other values come in the next one minute, it should be set to A25

 

If Transaction is OUT, and if any other values come in the next one minute it should be set to B25

 

--->> The new message comes in next 1 min? If yes, then you can achieve this with BPM. The first message needs to wait on transaction condition and if no message come in one min then delivered with value mapping else use next condition.

 

If next message value map needs to change then you can update a table with value and time stamp and based on condition the value map for next map is change.

 

regards,

Harish


Re: SUS Vendor master

$
0
0

Hi Hayashi,

 

BBPGETVD is not supported with SUS. You need to use BD14 transaction in your ECC system. If setup correctly this should trigger a Z_CREMAS_SUSMM type idoc. In the PI system this will be mapped to XML and sent to SUS via interface SupplierPortalTradingPartner_CreateOrChange_In.

 

You can find the configuration steps in the SRM config guide.

 

regards

 

Zoltan

Re: PI version appropiate for integration with Successfactor

$
0
0

Hi Benoy,

 

1. PO can be integrated with SuccessFactor?

Yes. SAP has released a new adapter called the “SFSF Adapter” for SAP NetWeaver Process Integration (PI) on 17 Feb 2014.


Compatibility Matrix:
SAP NetWeaver Process Integration, connectivity add-on 1.0 SP0 is compatible with:

  • SAP NW PI 711 >=SP12
  • SAP NW PI 730 >=SP10
  • SAP NW PI 731 >=SP09
  • SAP NW PI 740 >=SP04

Refer:

SuccessFactors (SFSF) Adapter for SAP NetWeaver Process Integration

 

 

2. PI 7.3.1 and PI 7.4  are same I mean are they both called PO because PI 7.3.1 with SP 8( not sure ) is also called PO

>>>If you have Single stack PI installation along with BPM & BRM components then these 3 clubbed together are called as PO (Process Orchestration). Please refer following for 7.31 SP 08

What's new in Process Orchestration 7.31 SP08/7.4 SP03


Hope it helps


Regards,

Azhar

 

Web service and interactive form Adobe10

$
0
0

Hey guys,

 

have you ever try to use web service in Adobe Livecycle?

I want to use interactive form to create / update / read a custom business object.

 

This is the code

 

form1.subform1.CreateBtn::click - (JavaScript, client)

var input1 = form1.subform1.ProductConfigID.rawValue;

 

var input2 = form1.subform1.Description.rawValue;

 

var myURL = "https://my304900.crm.ondemand.com/sap(cz1TSUQlM2FBTk9OJTNhdmFjaWt1al9LVUpfMDAlM2FYa2NHSzFGS3haOXdDTGd0U2ZIZUVYc1h1YmtURlM5aHoxM09zUWF3LUFUVA==)/ap/ui/repository";

 

var myProxy = SOAP.connect(myURL);

 

var myAuthen = {

        Username : "studioadmin",

        Password : "Welcome3"

};

 

var myAction = "http://0001114789-one-off.sap.com/YKH726ZLY_/YKH726ZLY_PriceConfiguration/CreateRequest";

 

var myRequest = {

        "http://0001114789-one-off.sap.com/YKH726ZLY_" : ProdConfCreateRequest(

                {ProdConf : {

                        ProductConfigID : input1,

                        Description              : input2

                        }

                }

        )

};

 

var response = SOAP.request({

        cURL : myURL,

        oRequest : myRequest,

        cAction : myAction,

        oAuthentication      : myAuthen

});

Avoid Empty Selection in Locking Conflicts

$
0
0

Hi Experts.

 

I have a planning application built on IP.

The Planing is done at an ID level where users can plan against these IDs.

 

I mark this ID field in Lock characteristics(RSPLSE) as relevant for locking.


So far so good. I created a copy planing function where in the filter I'm passing only the IDs that were not locked  (out of planning).

However, before this filter and planning function is executed, the PF checks the lock characteristics and found empty selection (_EMPTY_SELECTION_) in locking conflicts and the copy PF fails.

 

My question is, even after the lock characteristics is specified explicitly, why it shows empty selection issue?

How to avoid this error

 

Br, Harish

Re: Operation status/Equipement status linking URGENT

Viewing all 8851 articles
Browse latest View live




Latest Images