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

Re: ADS Configuration

$
0
0


Hi,

 

Our Production system is ABAP Stack, we need to install java engine on production system or can we use solution manager which is both stack system (ABAP+JAVA).

 

Regards

Ashwani


Re: SYNTAX_ERROR SAPLBBP_BD_DRIVER_31I

$
0
0

Hi elham,

 

Kindly re-implement the previous dependent note.As i can see that note have some connections with this reuntime error.

 

Seek the help of an Abaper in this.

 

    The include has been created and last changed by:                                           
    Created by: "SAP "                                                                          
    Last changed by: "ADMIN2 "                                     

 

Try to regenerate the following method.

 

"Method "FIND_ERP_CNT" is unknown or PROTECTED or PRIVATE." 

 

Regards,

Kannan

BO SPM - Connecting to a new Bex Query

$
0
0

Dear Experts,

 

For meeting certain new requirements, we have to create a new BEx Query, and have to integrate the same with SPM.

Can you please provide steps to integrate a new BEx Query with SPM ? How will the dimension and measure of new BEx Query will show up in SPM ?

 

 

Regards

Pankaj

box command printing issue

$
0
0

Dear Abaper's,

 

i'm unable to get  box command for the line items of main window those are my first page displayed properly. here i write a logic inside the text element it's called in the driver program inside the loop. i  tried  the logic if &page& le &sapscript-formpages&  , new-page and if &page& NE '  ' won't work any logics.

7-13-2014 6-26-22 PM.png7-13-2014 6-25-08 PM.png

 

please help me as soon as possible.

 

Thanks & Regards,

Suresh

TO error

$
0
0

Hi Experts,

when i trying to confirm TO; i am getting an error as Message no. VL608;

Delivery has not yet been completely processed by WM.

Please note that this is for Putway TO.

Re: role ORA_SID is not created yet

$
0
0

Dear Friends ,

 

If you are installing SAP on linux with oracle , then you need to create user and group manually , otherwise it will thorw error like ora_sid not created yet ..

 

so do on thing , here i am mentioning ..

 

# mkdir –p  /home/usr/sap
# groupadd oinstall
# groupadd dba
# groupadd sapsys
# groupadd oper
# useradd -m -g sapsys -G oper sidadm    
# useradd -m -g dba -G oper orasid       
# useradd -m -g oinstall -G dba oraclegg

 

Follow all steps and restart system and run SAPINST again , It will work ..hope it would be helpful.

 

Regards

Arpit Sethiya

Re: Solman 7.1 SP7 finding sold-to party when creating a new ZMIN

$
0
0

Dear Bilal,

 

As I said before Sold-to-party determination works only once, this is CRM configuration.

If you want re-determination to work search SCN for this.

Its a CRM configuration.

 

Regards Daniyar

Re: MEK1 condition type to update agreement

$
0
0

Thanks Manosij!

I tried to exexcute RM06ENP0, but it didn't seem to capture the condition I've mainteind in MEK1 (Key combination of "contract item").

My purpose, is to have in the contract, say PB00 10 USD and Z100 10%.

Then, when updating the new Z100 to 15% in tran. MEK2, I would like this program RM06ENP0 (or any other one, for this matter) to capture and update this 15% in the contract itself.

 

Cheers.


Storage process step OB02 is not assigned to storage process

$
0
0

storage process error OB02.JPG

 

Hi

 

When I try to close HU in Change HU tab of PACK work centre I get this message .....

 

Storage process step OB02 is not assigned to storage process

External storage process step Pack cannot be set for HU 1000000141

 

 

OB02 is assigned in the POSC , still I get this message , any idea ?

Anyother relevant setting I am missing ?

 

 

Regards / VINOD SEDANI

Re: I want my dashboard to be run by default to sysdate()-1??? If you know any solution please tell me.

$
0
0

HI mahantesh,

 

i am also facing the same issue. Did u get any solution for ur problem?

 

thanks,

rajwinder

can system gets picked quantity directly from sales order....while creating VL01N

$
0
0

good evening sd guru's.........

                    is there any configuration required to get  the quantities by default in picked quantity field  in delivery document (vl01n) from sales order...

the scenario is after creating the sales order(va01) for 100 qtys & then creating directly PGI (vl0n1), so the user should not enter picked qunatity manually...

 

Regards&Thanks.

Raj

Re: SAP Crystal Server 2013(64 bit) which instant client required 32 bit or 64 bit or both

$
0
0

Hi Vaibhav,

 

It means that the CMS is unable to connect to Oracle database. Please uninstall all Oracle clients (Both 32 and 64 bit) from the server. Then install 64 bit Oracle full client with same version as database server. Assign connect and resource roles to database user which will be used to connect to CMS database.

 

Once this is done connect to Oracle database from BO server using SQLPLUS. Then try connecting through BO CMS.

 

Regards,

Hrishikesh

Re: Time Management-Holiday Calendar

$
0
0

Hi Hari,

 

SAP has provided TCode PT_UPD00 for this purpose. First find out the leaves spanning the given date and employees for whom these leaves are applied.

 

Execute this TCode for all leaves impacted by this change for all the employees.

 

It creates a background job which would need to be processed.

 

Thanks and regards,

Vivek Barnwal

Re: How to update the multiple line items which in table control to Ztable

$
0
0

Dear Rajkumar,


Pls look into my code.


TYPES : BEGIN OF ty_data,

 

         rmcode    TYPE zcalc-rmcode,

         matnr     TYPE zcalc-matnr,

         werks     TYPE zcalc-werks,

         maktx     TYPE zcalc-maktx,

         specg     TYPE zcalc-specg,

         cost      TYPE zcalc-cost,

         solid     TYPE zcalc-solid,

         resin     TYPE zcalc-resin,

         crossl    TYPE zcalc-crossl,

         pigment   TYPE zcalc-pigment,

         extendl   TYPE zcalc-extendl,

         catalyst  TYPE zcalc-catalyst,

         solvent   TYPE zcalc-solvent,

         aerosil   TYPE zcalc-aerosil,

         wax       TYPE zcalc-wax,

         anti      TYPE zcalc-anti,

         other     TYPE zcalc-other,

         costm     TYPE zcalc-costm,

         variance  TYPE zcalc-variance,

         verpr     TYPE mbew-verpr,

         bwkey     TYPE mbew-bwkey,

*        gcost     TYPE zcalc-gcost,

         control TYPE zcalc-control,

         mark ,

       END OF ty_data.

 

 

TYPES:BEGIN OF ty_data1,

          fgdes TYPE zsemi-fgdes,

          docnum TYPE zsemi-docnum,

          ersda TYPE zsemi-ersda,

          werks TYPE zsemi-werks,

          pbw TYPE zsemi-pbw,

          pbv TYPE zsemi-pbv,

          tcost TYPE zsemi-tcost,

          control TYPE zsemi-control,

          rmcode TYPE zsemi-rmcode,

          matnr TYPE zsemi-matnr,

          maktx TYPE zsemi-maktx,

          specg TYPE zsemi-specg,

          cost TYPE zsemi-cost,

          solid TYPE zsemi-solid,

          resin TYPE zsemi-resin,

          crossl TYPE zsemi-crossl,

          pigment TYPE zsemi-pigment,

          extendl TYPE zsemi-extendl,

          catalyst TYPE zsemi-catalyst,

          solvent TYPE zsemi-solvent,

          aerosil TYPE zsemi-aerosil,

          wax TYPE zsemi-wax,

          anti TYPE zsemi-anti,

          other TYPE zsemi-other,

          costm TYPE zsemi-costm,

          variance TYPE zsemi-variance,

          verpr TYPE zsemi-verpr,

          gcost TYPE zsemi-gcost,

          pbvcost TYPE zsemi-pbvcost,

          pbwcost TYPE zsemi-pbwcost,

          contri TYPE zsemi-contri,

 

       END OF ty_data1.

 

 

 

 

DATA: it_data TYPE TABLE OF ty_data,

       wa_data TYPE ty_data,

       it_data1 TYPE TABLE OF ty_data1,

       wa_data1 TYPE ty_data1,

         gt_calc TYPE TABLE OF  zsemi,

         gs_calc TYPE zsemi.




Re: Chart on variables

$
0
0

Hi suri babu

use =nameof([Measure]) and [measure] in chart.


Re: SMSY - How to maintain "System Name"

Change storage loc in Sales order PO

$
0
0

Hi to all,

               Please help me in solving this problem, actually we have created a PO by referring a Sales Order PR with Acc cat-> 'X' and Item Cat-->'S', now the user wants to Change the Storage loc, but the storage loc is grayed out that is non editable, i want to know whether this is a standard functionally of thirdparty PO with item category 'S'  or else any configurational changes need to be done. for your information the PO is manual PO, I searched all over the scn i could not able to find it plz if this question is already posted plz let me know the link of the question .

 

Thanks in advance

Re: UDO Error

$
0
0

Hi Prince Annie,

 

Since find mode is allowed, you need to specify the columns on which to search.

 

The table you are referencing is of type document?

 

Regards,

Eric

Re: rollback

$
0
0

Hi,

 

You can change the valid till date to current and then create new record.

 

Regards,

Sujeet

Re: XML encoding using udf java code

$
0
0

Hi Amit,

 

I have tried with the XSL code and its generating the XML structure as per the data maintained in the "Data" field.

 

output.png

 

The problem is, the input structure is static and the data present in the "Data" field is dynamic.

 

The output XML structure is getting generated with the data present in the "Data" field properly as per the provided screenshot.

 

I cant send the same output different XMl structures to ECC as there should be fixed structure in the proxy to be written.

 

Could you please provide me the code which will create the Message Type with the namespace, so that i can use the same in the next message mapping after the XSLT mapping and do the necessary modifications.

 

Regards,

Chaitanya

Viewing all 8676 articles
Browse latest View live




Latest Images