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

Re: Posting of wrong amount while doing Service entry sheet

$
0
0

Please post screenshots for all points you described, or check at least if the PO was changed after the SES was posted


Re: User status check

$
0
0

Here is the code to be put in QQMA0014 (include ZXQQMU20).

 

DATA : I_USTAT LIKE ALM_ME_USER_STATUS_CHANGES OCCURS 0 WITH HEADER LINE.
CALL FUNCTION 'ALM_ME_READ_USER_STATUS'   EXPORTING     OBJECT_NO   = I_VIQMEL-OBJNR   TABLES     USER_STATUS = I_USTAT.
IF I_USTAT-USER_STATUS_CODE = 'CLSD'.   IF I_VIQMEL-AUSBS IS INITIAL.     MESSAGE: 'Fill ''Malfunct.end'' fields before setting ''CLSD'' status.'     TYPE 'E' DISPLAY LIKE 'I'.   ENDIF.
ENDIF.

 

This code does exactly that, what we discussed. Presently only one field is mentioned here. (You can extend the Ifs for other fields and hence the respective error messages). As per this syntax, if the user status is set to 'CLSD' the following error is thrown.

Capture.PNG

 

So it has been checked that user status is captured at runtime and used in user-exit. Hope it addresses your need.

 

 

KJogeswaraRao

Re: zero Value condition type should not be printed in invoice.

$
0
0

Hi,

 

ask for the help of an abaper to change your print program.

 

Regards,

JM

Re: Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE" in Netweaver Gateway Odata

$
0
0

Hello Cao,

 

You need not to set the CSRF Token value if you are using GW Client.

 

Regards,

Ashwin

Re: User status check

$
0
0

Hi Sir,

 

Thank you so much for your quick reply with positive solution and i will implement the same with the help of our programmers.

 

Thanks & Regards,

Nellaiappan N.P.

Re: Gateway hub system returned invalid CSRF token

$
0
0

Hello Cao,

 

Please refer this and check that particular profile parameter once ->

 

Fiori: Travel request submit error

 

Error might be because of this as well. So please check.

 

You can try using Chrome Advanced Rest Client and check.

 

Regards,

Ashwin

Assign GL account new price condition in purchase order

$
0
0

Hello,

 

I am trying to assign a different G/L account to a new price condition (it is a surcharge in addition to the net price) inserted manually in a purchase order.

 

This is the new price condition:

 

M06 1.jpg

M06 2.jpg

 

I have created a new account key and assigned to the new GL account in the OBYC transaction:

 

     obyc 1.png

     obyc 2.jpg

 

     obyc 3.jpg

Finally, I have inserted the new condition type in the procedure in the transaction M/08 as follows:

 

          m08.png

Then, I have inserted the new price condition in a new purchase order:

 

      me23n.png

 

But when I post the goods receipt in MIGO transaction:

 

          migo.png

 

The GL account is not set in the corresponding FI document:

 

     migo 2.png

 

Thank you.

 

Best regards.

Re: Budget Warning Not Exceeded Through Purchase Requisition - What are conditions for this


Re: PR needs to generates for all material after MRP Run

$
0
0

Hi Harish,

 

Try following settings in your Header material master.

Set procurement type = X

Special Proc key = 20

Now if your demand is greater then your opening period defined in Schedule margin key, system will generate Pur req within opening Period and Planned order outside the opening period.

 

Components assigned under Header materials will behave according to the material master settings and planned with MRP run if "Also plan unchanged components" check box is selected during MRP run.

 

Regards

Nitin

Data Deletion in Receiver system for Multiple clients in TDMS 4.0 SP7

$
0
0

Dear Mates,

 

Can you please help on our below scenarios:

 

1. We have 3(100,200 & 300) clients in Receiver Systems, We are planning to migrate the data to 300 client from sender system.

    Does the step " Preparation of data deletion in the receiver system" will impact the data in Other Clients (100 & 200).

     I mean does it deletes the other clients data?

 

2. Currently We are doing a "Full Transfer of Client Specific data" from Sender(PRD300) to Receiver(QAT-300).

     IF we want to run migration again after 6 months, We select the "Time Based Reduction" for the 6 months period.

     Will this option copy only 6 months data and keep old data?

     or Time Based Reduction will delete all old data and copy only 6 months data into Receiver client?

 

Please Suggest.

 

Thanks you,

san's.

Re: C_TAW12_71 - SAP ABAP Certification

$
0
0

Dear Kartheek,

 

Please do not waste money on any sites. Most of the sites are bogus, they charge huge amount and give low quality questions.

 

The questions in exam are at different standard and language. Please religiously follow the curriculum books, that should be sufficient.

 

Hope this helps.

 

Kind Regards,

Ravi

Re: wierd issue with URL IView

$
0
0

Hi Pramod,

 

Thanks for the suggestion. But I would need to proceed the way which I mentioned in my initial reply using URL IView.

 

Do let me know if there are any specific settings to be done?


Thanks,

Poojith M V

Re: 2 discount condition in sale order, need to give customer less discount.

$
0
0

Dear Subash Chandra,

 

Thanks for your valuable reply.

 

Could you please explain ,

Has both condition type are discount simultaneously any condition type value might be less

ZDS1= 10rs and ZSD2=20  and vice versa. so where I need to mention condition exclusion indicator.

 

waiting for your valuable reply.

 

Thanks&Regards,

Anil

Re: Run PT60 background schedule job on daily basis.

$
0
0

Hi Rohan,

 

Check with your ABAP consulatnt and Basis Consultan. They wtill schedule it through SM35.

 

Regards,

Sankarsan

PR layout

$
0
0

I need to bring the G/L account & cost center field at item level from item details level.Is it possible to change the layout?


Re: Profit center issue

$
0
0

Hi Nisit Shah   I have already checked the profit center master KE53 that profit center assigned to respective company code.

Re: SO delivery items cannot be delivered

$
0
0

Hello Ramesh B.

 

Please check via  1st-  VA03> Environment >Display Document Flow. It seem Delivery has already created.

 

2ND- VA03 >Environment>Status Overview  here check the current Header status and Item status.

 

 

 

Regards

 

Kamlesh

Re: Requirment to keep some default text at Order header.

$
0
0

Hi Sridhar,

 

The required information is about driver phone number and I believe, it cannot be maintained at order level (as the driver details will be available at the time of shipment) and also as it may keep changing and may not be possible to maintain the text in any master records for determination in the document. If this information is maintained as text in any of the preceding documents (delivery, shipment etc.,) then it can be copied to invoice header. If it is maintained in any other fields of the preceding document or in a custom table, then we have to go with enhancement for reading and writing the text.

 

This is just my understanding and not ruling out the config. possibilities also.

 

Regards,

Ravi

Re: Create Production Order with Routing only, NO BOM

$
0
0

Raupesh, I did /nOPR4_CK but at ck11n transaction error is still coming. Thanks all. I will check at my end.

 

Vivek

Capex Project material type (Valuated / Non-valuated)

$
0
0

Dear PS Experts,

 

We have in the implementation process of PS module for Capex Budget. I am from the Customer side. I want to know following.

 

  1. Which material type to be used for Capex Project? Valuated or Non-Valuated? and why?
  2. Is there any effect of using Valuated material for Capex Project?
  3. If we are using Non-Valuated material, then we can not find value of material which at store level and which is consumed for asset creation.
  4. Suppose my asset is created and I have still some non-valuated material is at store level. then how would I know its value (Value which should not settle at Asset)

Give your kind reply for help me out.

 

Thanks & regards,

 

Bhavin

Viewing all 8746 articles
Browse latest View live




Latest Images