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

Re: Planning strategies for Finished and SF items

$
0
0

Dear Vijayan,

 

Planning strategy for SF would not be required,since the demand for the Finished product would be

 

generating the dependent requirements for the semi finished product based on the stock/receipt

 

situation.

 

Assignment of planning strategy for the semi finished would be required only if there is separate

 

demand(forecast/sales/production)for the semi finished product level.Planning strategy 70 would be best

 

suited for the components.

 

Check help.sap.com to understand more about this planning strategy.

 

Regards

Mangalraj.S


Re: Mail Functionality icon in report

$
0
0

Just move that row to the internal table that is passed to the mail Sending FM.

 

case ok_code. (In the user command for classic ALV, or in the PAI module for OOPs ALV)

 

Here I am illustrating as for classic ALV.

 

  DATA: lt_mailtxt         TYPESTANDARDTABLEOF soli      WITHHEADERLINE.

DATA: lt_mailsubject     TYPE sodocchgi1.
DATA: lt_mailrecipients  TYPESTANDARDTABLEOF somlrec90 WITHHEADERLINE.


FORM user_command USING r_ucomm LIKE sy-ucomm

                  rs_selfield TYPE slis_selfield.

 

CASE r_ucomm.

    WHEN '&MAIL'.

* IF data was changed use this too.

DATA ref1 TYPEREFTO cl_gui_alv_grid.
     CALLFUNCTION'GET_GLOBALS_FROM_SLVC_FULLSCR'
       IMPORTING
         e_grid = ref1.
     CALLMETHOD ref1->check_changed_data.

 

* Read the selected row into work area.

    READ TABLE it_data INTO wa_data INDEX rs_selfield-tabindex.

 

* Fill the recipient details in lt_mailrecipients table

  lt_mailrecipients-rec_type  = 'U'.
    lt_mailrecipients-receiver = 'abc@xyz.com'.

    APPEND lt_mailrecipients .
    CLEAR lt_mailrecipients .

 

* Fill the subject details in lt_mailsubject table.

   lt_mailsubject-obj_name = 'Subject'.
   lt_mailsubject-obj_langu = sy-langu.
   lt_mailsubject-obj_descr = 'Row wise mailing'.
*append lt_mailsubject.


* Move only the details of selected row to the internal table for the contents of the mail.

          CLEAR lt_mailtxt.
*    move values in wa_data to lt_mailtxt
    APPEND lt_mailtxt.

 

  * Send Mail using the FM.
   CALLFUNCTION'SO_NEW_DOCUMENT_SEND_API1'
     EXPORTING
       document_data              = lt_mailsubject
     TABLES
       object_content             = lt_mailtxt
       receivers                  = lt_mailrecipients
     EXCEPTIONS
       too_many_receivers         = 1
       document_not_sent          = 2
       document_type_not_exist    = 3
       operation_no_authorization = 4
       parameter_error            = 5
       x_error                    = 6
       enqueue_error              = 7
       OTHERS                     = 8.

  IF sy-subrc EQ0.
     commitworkandwait.
*   Push mail out from SAP outbox
     SUBMIT rsconn01 WITHmode = 'INT'ANDRETURN.
   ENDIF.



By the way, you need to create your own GUI Status, (Copy of standard GUI) include the custom mail sending icon with function code and write the above code to implement your functionality.

Error in transaction

$
0
0

hi,

 

     When a transaction is opened in crmd_order on left corner there is a red dot, showing error in transaction. Is there a FM that can give me a list of all the transaction that have error, with the error description.

 

Regards,

Priyanka T

Re: Unable to process QM material

$
0
0

Hi

 

Check the status of inspection lot. If quality stock belong to that lot then it status must be SPST or SPRQ else quality stock doesn't belong to that lot. Execute QVM2 to find the lots whose stock posting not completed.

Then post the stock of those lot then qty will be cleared from quality.

 

 

Manish

Re: Want to learn SAP MM

$
0
0

If anyone interested in teaching me then please reply.


I don't think someone will help you like this, either go to some institute or there are no. of good links available on net where you can learn some concepts of MM by own.. Or there is one Space on SCN for SAP MM, follow that, which will help you to gain some knowledge..

Re: RFC to ECC with list of items

$
0
0

yes a constant.   I can see that the message is correctlyproduced by the message mapping (see my post @ 05/02/2014 3:20 AM).

 

However when this is passed into SAP ECC the orderitems are empty!.  Why so ?

 

mm1.jpg

mm2.jpg

Re: Issue with EPM Retrieve function in BPC NW 10

$
0
0

Hi,

 

Place the cursor in one of the retrieve cells and click Refresh-->Refresh Selected Data. Once refresh is done check for log from EPM-->More-->Log.

 

You may get some clue...

 

hope it helps...

regards,

Raju


logical database.

$
0
0

Hi,

                    Can anyone please tell me the concept of logical database in abap and how to create logical dabase.

give me one example.

 

Thanks&Regards,

  Anitha


Re: BW3.5 on Windows 2008

$
0
0

Hello,

 

This is not a supported version. MSSQL 2005 (32 bit) is not supported on Window 2008 R2 64 bit. Please check PAM.

 

Thanks,

Sunny

Version numbers in PO are skipped

$
0
0


Hi Experts,

 

PO is created = version 2

PO is changed first time = Version 1 and 3

PO is changed second time = Version 1, 2 and 4

 

Why its not 1,2,3? any suggestions?

 

version.JPG

Re: Issues with procedure debugger in rev 68

$
0
0

Hi Patrick,

 

I also faced the same issue with not having facility of debugging the stored procedure line by line. Even in revision 70 also we have this issue. I upgraded from rev 68 to 70.

 

The only thing which I seen the difference in rev 70 is we can right click on the stored procedure and we can select "Open with stored procedure viewer", The workaround is we need to set breakpoint on every single line of the code, Also sometimes, i faced the issue of debugging was completed, i was not able to see the output of the stored procedure.

 

Hoping that SAP will come up with step by step debugging facility in next release.

 

Regards,
Yogesh

Error in EBS Enter business area when post for clearing

$
0
0

Dear All

 

Getting error in EBS when post for clearing Kidly Help me

Question about the cumulative cost (VPRS) for a BOM material

$
0
0

Dear everyone

 

 

Could I ask you a question about how to handle VPRS (cost) for a sales BOM material?

 

 

I recently created a new sales BOM which is structured in the following manner.

 

 

<Structure of the sales BOM>

1.  Header material A

 

2.  Component material B

3.  Component material C

 

Since I wanted to use "price at header level", I set the item category group of the material A to "ERLA".

Then I set the item category group of both material B and material C to "NORM".

 

When I created a sales order with this sales BOM, the item categories were set in the following way.

 

1. item category for material A  --> TAQ

2. item category for material B, material C --> TAE

 

 

Now, what I would like to do is to have a cumulative cost values of material A, material B and material C for the item line of material A.

 

example)

 

VPRS (=cost) of material A + VPRS(=cost) of material B + VPRS (=cost) of material C

 

This is because when we create an invoice for this sales order, we would like our profit to be calculated in the method below.

 

profit = netsales -  (cost of material A + cost of material B + cost of material C)

 

Would you tell me what the "easiest" way to fulfill this purpose?

 

I understand that there were already various discussions about this matter, but I couldn't quite understand them...

So if someone would give me the advice in the easy-to-understand way, I would really appreciate it.

 

Now, for this matter, what I tried to do was the following.

 

<Item category: TAE>

1. Setting the "Billing Relevance" to "M".

2. Checking on "Determine Cost"

 

<Copy control from item: TAQ to target billing type: F2>

1. Checking on "Cumulate cost"

 

As for the resulting invoice, would you refer to the attached screenshot?

 

Now, please note that I don't have the condition type "KUMU" in my SAP system at the moment.

 

 

If you would help me understand how to handle this matter, I would really appreciate it!

 

 

Kind regards,

Takashi

Re: How to maintain two currency in one vendor code

$
0
0

Your requirement is quite odd..

As we know we use only one currency for one vendor...

As normally vendor is on Purchase organization/Company code level, So we can use one currency in Purchase organization level...

You can use different currency as per plant..

You can explain your business requirement for multiple currency for vendor..

Re: planning book column width for dates

$
0
0

Pls note that above setting is User Specific Setting.

 

Thanks. Good day !!


Re: SOLAMN ST10 - Work Center Slow

$
0
0

Hi Dear ,

 

you can assigned this role for Solman workcenter,

 

SAP_SMWORK_SYS_ADMIN: providing access to System Administration, and

SAP_SMWORK_SYS_MON: providing access to System Monitoring.

SAP_SMWORK_BASIC - Basic authorization to work on work centers.

SAP_SMWORK_ITEST - Work center for Test Management.

SAP_SMWORK_LANDSCAPE_MAN: providing access to System Landscape Management,

 

 

These roles are contained in composite role SAP_SMWORK_ADMINISTRATOR_COM

 

Regards

NAyeem

Re: FM/ BAPI to Upload / Change Purchase Information Records (PIR ME11) with pricing conditions

$
0
0

Hi ,

 

even i am facing similar issue.

if anyone of you have found any solution .

please post it.

 

Thanks in advance.

Re: Dynamic editable input field from a Push Button

$
0
0

Thank you all for your replies,

 

i could resolve the issue with your help.

 

regards,

Re: Data Load fails for 0CO_OM_OPA_1

$
0
0

Dear Indu

 

Hope you are doing a sequential loading for the 2 IP's

 

Regards

 

Gajesh

Re: PR created using BAPI_PR_CREATE not using inputed price

$
0
0

I wanted to say that you may miss values in other fields in your BAPI to make this BAPI run like online transaction.
But it is as well possible that a new bug came in with this business function. you may have to open a support message

Viewing all 8746 articles
Browse latest View live




Latest Images