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

partner profile WE20

$
0
0

Hi Friends,

 

I am creating partner in WE20 by referencing partner no . & partner type LI. Can you explain what I need to change & significance of this change.

 

Please enter a valid value for the receiver type

Message no. E0426

Diagnosis

An entry with the key /0000142237/LI/ is to be inserted in table
EDPP1.

The value 'FIMYLLARI' / 'US' is not valid for a receiver of notifications.

 

Procedure

Enter a valid value. Use the Possible entries pushbutton to display the values allowed.


What's Method Type for in process control framework?

$
0
0

Hi guys,

 

In process control->define methods  customizing. There's this column "Meth.Type", and there's two types: Basic Method and Enhanced Method.

What do these two method types stand for? What difference do they make?

 

Regards,

Aaron.

Re: can't install crystal reports 2013 trial

$
0
0

Hi Tracy,

 

Don's right. CR 2013 is just a re-branded version of CR 2011 and launched alongside BI 4.1.

 

There are no functionality differences between the two versions (if that's the reason you wish to first try CR 2013?).

 

Unless you have a BI 4.1 Server, you'd not really want to use CR 2013.

 

My recommendation: Don't install CR 2013 and don't uninstall CR 2011!

 

-Abhilash

Re: Runtime Analysis for VOFM

$
0
0

Abhishek

 

Dont know why such a requirement.. If you run SAT for the whole tcode it will show you in detail which part took what time. You will see VOFM routine their...

 

Nabheet

Function module for MM12 transaction code

$
0
0

Hi All,

 

I need to create/change Schedule material from third party software. I have searched & came to know that there are no BAPIs existing & the BDC is only option. So, now,I just want to know is there any function module existing in SAP to create a Schedule material (MM11/12 transactions)?

Please do let me know....

 

Thanks

~ Guru

Re: EPMDimensionOverride with Dynamic Cell Range

$
0
0

Hi Neha,

 

I have used some not perfect workaround: just add the column with the same formula. Then if new member is added - simply copy the formula:

 

 

Vadim

 

P.S. This solution is for the cases when you have to avoid VBA!

Re: alv column text wraping whis CONCATENATE

Dynamic Recipients Error: Invalid report! Choose another report.

$
0
0

Hi!

 

After install new installation BO 4.1 SP2 and promote all universe (unx), report and publication, we can not bind dynamic subscribers to the publication.

 

Reproducing the Issue:

1. Create publication

2. Shoose source docement

3. Choose the Source for Dynamic Recipients

4. Select the datasource name for the document

5. Error - Dynamic Recipients Error: Invalid report!

 

Invalid report! Choose another report..png

Source report "EMails" contains Email list for publications. In 4.0 SP4.6 it worl ok.

 

I Update BO version from 4.1 SP2 to 4.1 SP3, repeat steps, and get some error: Invalid report! Choose another report. 

 

I tried to create a report "EMails" in the new version BO, then I try repeats steps

- choose the Source for Dynamic Recipients - ok

- Select the datasource name for the document - ok - NO ERROR

 

But I can not choose a report field (Recipient Identifier,Full Name,Email):

not selected field.png

 

after I select a field from the combobox, the widget is refreshe and reset field they are all empty.


Re: Howto activate multicast for NW 7.40 kernel?

$
0
0

Hello

 

You should find a solution in the here under note.

 

Regards

 

 

1931675 - IP multicast configuration for dispatcher wakeup mechanism

If needed (because IP addresses from this range are occupied by other applications or network devices in the subnet),

the base address and the offset can be configured with the profile parameters:

rdisp/request_queue_mc_address_base

rdisp/request_queue_mc_address_offset

Re: Error In Personnel Action

$
0
0

Hi tariq,

 

Kindly check Personnel Number 00000000.... i think number range should start from 000000001 ...

 

I would suggest reset the starting number range as 000000001...  This should solve your issue..

 

Regards,

Veeram

Re: Extended fields on UI not deleted

$
0
0

Hi, everyone.

           My problem has been accidentally solved by recreating the CustomerInvoiceRequest.xbo.

Does anybody know why?

Best Regards,

May T

Re: Howto activate multicast for NW 7.40 kernel?

Re: Mass change of WBS status

$
0
0

please use transaction code CJ02,here you can carry it out project wise

select all the WBS elements for whom the status is to be changed to techo

go to Edit tab-->status-->Techo

Re: help in profit segment

$
0
0

Hi Abhay,

Please go through the given path below for segment.

 

SPRO-Enterprise Structure-Definition-FA-Define Segment.

 

 

Hope this will help you.

 

 

Regards

Eugene

Re: ABSL Data Type

$
0
0

Manoj,

 

If you are using the Studio, click to view the View->Repository Explorer.  (Be sure to have the STudio logged into a tenant first)

 

You will see the FULL list of datatypes:

 

4-5-2014 12-05-05 AM Studio datatypes.png

 

Good luck,

 

Tim


Re: Changes in OBBH - Substitution

$
0
0

Hi,

 

user GGB1 - create new step substitution -in already created one ,

 

and go to OBBH and again active same substitution

otherwise use EXIT U300 in GGB1 with help of ABAPer your issue will be resolve

 

it will work

 

Thanking you

 

Regards

Mahesh

CS_BOM_EXPL_MAT_V2 Dump NO_PLANT_DATA

$
0
0

Hi All,

 

     I am trying to build a infoset-query to display multi-level BOM as seen Output .I tried CS_BOM_EXPL_MAT_V2 FM

     But if BOM component available In material it is working Good . but I case i am using multi material number and first Material

    not have BOM component It is Give DUMP ( NO_PLANT_DATA)

 

CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'

  EXPORTING

    CAPID                       = 'PP01'

    DATUV                       = sy-datum

    EHNDL                       = '1'

*   FBSTP                       = 'X'

    MEHRS                       = 'X'

    MMORY                       = '1'

    MTNRV                       = itab1-matnr

    STLAL                       = '01'

    STPST                       = 0

    WERKS                       = 'PGDM'"nwerks

* IMPORTING

*   TOPMAT                      =

*   DSTST                       =

   TABLES

     stb                         bomdat

     exceptions

     NO_BOM_FOUND                = 5

     .

IF sy-subrc = 5.

*sy-msgty = 'I'.

* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.

 

 

 

Dump.png

 

regards

Vicky Kumar

SAP -Module pool

$
0
0

Hi,

how to clear the following error.

SY-DATUM and Work area are not comparable in a Unicode program in Modulepool.

 

Regards

Samir

Re: Significance of authorization group in PM

$
0
0

Dear Pallavi,

 

      If you check transactions like IP16  (Maintenance Plan )  we do not have Maintenance Plant / Planning plant in the Selection criteria. 

         In my earlier work place there were 100+ plants across different company codes, so we created Authorization groups to filter in transactions or report like IP16 (Maintenance Plans).

 

Hope it helps.

 

Regards,

Shareeq

Re: max no of profiles per user

$
0
0

Hi Julies,Lee and Martin,

 

Really thankful to you but unfortunately i haven't showed my confidence with interviewer on this question.

 

 

thanks to scn and  all of you.

Viewing all 8983 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>