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

SAP Social Engagement Interagtion with e-commerce site or Forums

$
0
0

Hello Expert,

 

I am new in SAP C4C. I need your help on urgent basis.

I need to integrate SAP C4C Social Engagement with e-commerce site or Consumer forums to get engage with product reviews by SAP C4C.

please help me how we can do.

 

 

Ashish


Re: Importing Images into sap Production server

$
0
0

Hi,

     Instead Transport the Image from Quality or Dev to Production Client.

Convert Dynamic internal table to internal table

$
0
0

Hi All,

   

        I have created a Dynamic internal table using field symbols.  Now i need to conver that dynamic itab to another normal internal table . Can anybody tell me how can i convert that dyn_itab to another itab.

 

Code which i used for create dynamic table:

 

 

   CALL METHOD cl_alv_table_create=>create_dynamic_table

     EXPORTING

       i_style_table             = 'X'

       it_fieldcatalog           = it_fcat1

     IMPORTING

       ep_table                  = gt_dyn_table

     EXCEPTIONS

       generate_subpool_dir_full = 1

       OTHERS                    = 2.

 

   ASSIGN gt_dyn_table->* TO <l_table>.

   CREATE DATA new_line LIKE LINE OF <l_table>.

   ASSIGN new_line->* TO <l_line>.

Re: Accessing Global Definitions within Program

$
0
0

Hi,

 

Accessing global variables of a program was discussed in the forum, e.g:

Re: Access to variables from calling subprogram using field-symbols

 

With smartforms there's another tricky issue, generated program name in to 'partner' namespace.

To access variable of a simple program:

ASSIGN ('(lv_progname)lv_varname') TO <lv_data>.

 

Code in smartform is defined in the function group, so you need to add SAPL prefix to f.group's name.

Also generated function module is in the 'partner' namespace - SAPL goes after /xxx/ prefix.

 

Example for lv_progname:

/1BCDWB/SF00000118 need to be changed into  /1BCDWB/SAPLSF00000118

 

Regards,

Radek

Conflict in stock value MMBE & MMCL

$
0
0

Hi experts,

 

We have activated DIMP functionality and we have Variant configuration in place. While checking the stock through MMBE it is showing 1 TON and MMCL it is showing 0.001 TON.

 

Can you please through some light on this why the system is showing different numbers?

mmcl.JPG

 

 

 

mmcl.JPG

Thank you..

My hana instance is in critical condition

$
0
0

Hi,

 

My hana instance is in critical condition.

I have no idea why, and how to move it back to its health condition?

I have 2 application on it now, and all of them cannot be run anymore in a web browser.

Anybody have similar experience? Can you share with me how to solve it?

Pls note that I dont want to delete my instance and create it again.

 

Regards,

Tjarliman

Re: Accessing Global Definitions within Program

$
0
0

Hi Arman,

 

Off the top of my head, one option to access them is - STACK ACCESS.

 

But I would like to know, what is the exact requirement -- why do you want to access the global variables' values?

 

Regards,

Balaji

Re: No sales order items in APO

$
0
0

Dear Yuan

 

Check your queues from ecc to APO whether they are stucked any where

also check your I model for sales orders is also active

 

check your CIF Post  Processing  also .

 

 

regards

Virender


New line for AutoManaged UDO based matrix

$
0
0

I have implemented an AutoManaged UDO based matrix following http://scn.sap.com/message/15978030 (Thank you, Edy!). The first column (#) is bound to field DocEntry of my Master Data Table. Since the AutoManaged matrix contains no new line to enter additional records, I have implemented this functionality in the OnCustomInitialize method this way:

Matrix0.AddRow(); Matrix0.ClearRowData(Matrix0.RowCount); 
int docEntry = (Matrix0.RowCount == 1) ? 1 : Convert.ToInt32(((EditText)Matrix0.Columns.Item(0).Cells.Item(Matrix0.RowCount - 1).Specific).Value) + 1; 
((EditText)Matrix0.Columns.Item(0).Cells.Item(Matrix0.RowCount.Specific).Value = Convert.ToString(docEntry); 

But when I want to store the new line after entering all mandatory data, SBO says that the data have been changed by another user or operation.

1. Is there any way to make SBO handle the DocEntry values?

2. Is it correct to add new lines during initialization (OnCustomInitialize) and after update procedure (DataLoadBefore)?

3. Do I have to remove the new line when the user changed data but did not add new data, within the update procedure (ClickBefore)?

Re: Release statergy revoke

$
0
0

Hello VINAY,

There is no way other than ABAPer solution. I see this can be managed through user-exits. You should be able to understand what is being written here. More than that you should have  ABAP support who can understand this better.

 

This is a solution combining the ideas of both Maria (extra User status) and Pavan (User-exit). The proposed solution here applies once your Order attains the REL Sy.Status. (There is no issue before REL status). It goes like this:

 

You maintain 2 extra user-statuses suppose one being AARQ (Additional Approval Required) and the other ADAG (Additional Approval Given).

 

Logic

The user-exit PPCO0023 senses any component changes/additions in the Order. So the code to be developed like this:

Whenever a Component is added, code first looks into the system status of the Order with the help of function module 'STATUS_READ' and if it is REL, then computes its cost of this component/s, if it is found more than what you specify  then the code sets the AARQ user status to the Order with the help of another function module 'STATUS_CHANGE_EXTERN'.

Then

1. A code to be given in user-exits IWO10009 to prevent any further processing of Order until the Order gets the ADAG user status from the approving authority. (Necessary Role modifications required to be done to prevent setting of these user-statuses by unauthorized users ).

2. Similarly A code to be given in the user-exit CONFPM02 to prevent Operation processing until the Order gets the ADAG status.

3. Also user-exit IWO10004 can be used to prevent Order TECO until the above user-status.

 

 

Sample usages of the user-exits are available in the links here:

User-exit   PPCO0023

User-exit   IWO10009

User-exits CONFPM02 and IWO10004

 

 

Good luck

KJogeswaraRao

Re: I can not download attachments in Fiori Client

$
0
0

Hello Hakan,

 

Is your issue resolved? If yes then would you please share your solution as we are facing the same problem.

 

Regards,

Faisal

Re: 404 error if click on name from SCN Wiki

Re: Extend Fiori Apps with table

$
0
0

Hi Tejas,

 

Thanks for you reply. Can you share with me on how to add the newly added entity to the uri expand in standard Fiori apps?

Custom filter on OWL’s list

$
0
0

Prerequisites: you have already created a custom BO with some fields and enhanced screens and the OWL is not using integrated toolbar.

1. Open the OWL in UI designer and click on the "Advanced" option on upper right corner of the screen.

1.jpg

2. After clicking on “Advanced” an alert popup window will compare asking “There is no advanced Findform assigned so far. Do you want to create and assign one?”, you have to click “Yes”.

3. Now you have to select query parameters because you can only add query parameters to the advanced filter selection. To do that go on “Controller” tab and, under “Queries” open the “Query”. Select the elements from the query which you want in the advanced filter and click on the "Add parameter" button.

2.jpg

4. Now you have to bind query parameters.

     a. To do that select the parameters and click on “…” button.

3.jpg

     b. Create a new structure under the “Root” with fields, on for each query parameter you selected and give a consistent name to them like “EmployeeIDValue”.

4.jpg

5.jpg

     c. Click Ok. A popup window may appear asking “There is backend text associated. Do you want to use the Backend text?”. Click “Yes”.

     d. Under “Data model” tab select the structure you created and change the “Binding status” of structure and fields from “ToBind” to “Ok”.

6.jpg

5. Add the query parameters to the FindForm pane dragging the fields fo the structure you created. You find these in the “BO browser/Data Model” under “Data Model” tab. And rename them.

7.jpg

8.jpg

6. Save & Activate and the task is done.

7. For standard visualization of the toolbar and filters, I suggest you to set the property “UseIntegratedToolbar” to “True”.

9.jpg

8. Save & Activate again.

9. Test the new custom filters.

10.jpg

Re: Authorization for Views

$
0
0

Hi Priyanka,

 

When you create a Attribute View, Analytical View and Calculation View, a Column View will create in the _SYS_BIC Schema.

 

So to provide the access to the Particular View, You should give Schema Access _SYS_BIC with the Column view in it with only display options.

 

Hope this helps.

 

Thanks and Regards,

Mahesh


Re: SO pending approval

$
0
0

If there is a substitution between the users, you should ask the user to remove/disable it. Or if they don't know how to do it, you can do it with report RMPS_SET_SUBSTITUTE.

 

Regards,

Karri

Import Intrastat data (ITM10) needs endless time!!!

$
0
0

Hello,

 

in the past i noticed that the import of intrastat data (itm10) needs much time.

But now i tried to import about 8800 redords to the itm10.

I started it on thursday at 3pm. Now it is Monday 9am. So the import ran about 90(!!!!!!!) Hours and DTW processed no more than 1320 of 8846 records, therefore 14%!!!!

This is unacceptable!

Why do it take SO long and how i could import these Data on a better way?

If i would let this import run, it may take further two weeks?

Does anyone made similar experiences and have a solution for me?

Re: Line chart - data label issue

$
0
0

I currently have no axis scaling for the Y-axis so this cannot be the issue.

 

Adding an axis scaling for the Y-axis with a max. value is also not possible (because this is not want end-user wants and we have no idea about the max. value).

 

We use a line chart and in the properties of data label we have no option to change the position (otherwise I would have done this already).

 

Kind regards,

 

Lieselot

Re: SAP NETWEAVER 7.31 INSTALLATION ISSUE

Re: Fscm Biller direct error

$
0
0

Hi Narendar,

 

May we know how did you resolve the issue as we're also getting the same error.

 

BR,

Anurag

Viewing all 8676 articles
Browse latest View live




Latest Images