Quantcast
Channel: SCN: Message List - ABAP Switching, Enhancing, and Adapting Standard Programs
Viewing all 2464 articles
Browse latest View live

Re: Custom Column(Field) addition in CM25 Using User Exit - EXIT_SAPLCYPP02_001

$
0
0

Hello,

 

it is less complicated.

 

If you have an existing CM25 profile and a layout key where you want to add a new custom column:

 

- Structure CYUSER, Include CI_CYUSER: add your new custom field, DO NOT forget to define a data/component type for the field in the structure (see sap note 590880), without that it will not work!!!

- User Exit CYPP0005 / CYPP0002: enhance include to determine value for new field in structure

- Transaction CY38: enhance desired layout key of your profile with new field by choosing structure USER.

 

BR SF


Re: User exit or BADI for MB31

$
0
0

Hi experts,

 

If some one got the solution for this issue, kindly post the exact badi or user exit for this, her I'm struck with same problem.

 

 

Regards

Vimal Rsj

Re: MIGO BADI used for changing DMBTR field

$
0
0

hi,

 

someone have other idea?

 

The last solution, my opinion, have three problems:

1. if pricing is modified from user into purchase order, it will be impossible to set "pricing date control" field with value '5'

2. it is a solution only for GR with purchase order referenced

3. from new enjoy transaction is not possibile to set "pricing date control" field

 

thanks

Omar

How to add a new field group and assign a field to it (Fixed Assets)

$
0
0

Hi.

 

I Added a new field in Fixed Asset (tab ANLU, Screen 9000). It works almost fine, but it is not poperly displayed.

As i can see the (display)configuration is derived from T082b, t082f and t082g tables.

These tables are maintained in SPRO as "field groups".

I can change the rules of a field group, however I can't add a new group.

The question is how can I add a new field group and assign my new field to it.

 

Thank You.

 

 

Łukasz.

Re: ME21N BADI show/hide a hesder tab depending on BSART

$
0
0

Hi Elena,

 

 

 

Same requirement i need...Could you please tell me how u did it ?

 

Please Its urgent..

 

Thanks and Regards,

Mahesh k.

Re: Travel and Expenses-PR05

$
0
0

Hi Friends,

 

Solved by myself by clearing the wa_head-pernr, wa_head-reinr, period and version fields by creating enhancement in function module PTRA_UTIL_MEM_KEY_GET and checking the sy-tcode eq pr05.

 

 

Thanks & Regards,

Karthik

how to change on smartform on TCODE: iw3d

$
0
0

Dear ABAPER,

 

kindly i need to make addition enhancement on smartform <print order> from TCODE : IW3D
what is steps to open this smartform from TCODE: Smartforms.

 

thanks,

best regards.

Re: how to change on smartform on TCODE: iw3d

$
0
0

Hi abdalrahman,

 

 

Find smartform name  and program name , make a copy of smartform,

after that you can enhance smartform as per your requirement.

 

Refer below thread.

 

 

 

http://scn.sap.com/thread/3564496

 

 

 

 

 

Thank you.

 

kindly reward if helpful.


Validating Quantity in MB1A

$
0
0

Dear Experts,

 

I need to validate quantity in MB1A cost center wise. I hv found one implicit enhancement in MM07MFP0_PICKUP_AUSFUEHREN include for PICKUP_AUSFUEHREN form - enform. Check is working fine. system is throwing error msg if the quantity if more than the defiend quantity.

Now the problem is, system is performing this validation for 9 times because user can enter values for 9 different materials.

 

If user want to enter only one material quantity, the error msgs is being displayed 9 times and user will have to press enter key 9 times.

 

Is there any way out for this problem ?

 

If there is any other enhancement ( BAdi  or enhancement point or exit)  is available??

 

Pls let me know.

 

Thanks in advance.

 

Regards,

 

Jaspal

Re: User-exit in VA01/VA02 to add order item and condition price

$
0
0

Hi Leo,

 

Do you remember how you achieved this?

 

Thanks,
Marius

Status Profile( status change ) Enhancement for VA41

$
0
0

Hi Folks,

 

We have a requirement to change the object status from ‘Hold(AUHL)’ to ‘Release(AURL)’ when sales contract created.

 

When we create sales contract ( VA41 ), it automatically comes with ‘Hold(AUHL)’ status.

 

  1. Sales contract – VA42 --> header --->

 

 

 

1.jpg

2.jpg

 

 

We have config settings in VOV8:

 

3.jpg

4.jpg

5.jpg

 

Note@:   we are using order type ‘ZT’ and it has 7 sales organizations and out of 7 sales org’s the above mentioned functionality should work for 6 sales org’s.

 

 

Example :

 

Order type – ZT

Sales orgs -   AU10, AU11, AU12, AU20, MY21, MY22, MY25

 

Requirement is for only – AU10,AU11,AU12,MY21,MY22,MY25.

 

 

BR
SRinivas.

Deleting an existing extension to the IMG

$
0
0

Hi all,

 

How is it possible to delete an existing IMG extension? I am trying with transaction S_IMG_EXTENSION, but I dont see any delete function. My objective is to bring back the standard SAP IMG...

 

Thanks for your guidance.

 

Mario

Re: subcontracting challan _automatic creation

$
0
0

Dear Mr. Prasad

 

If you have found any user exit for above requirement (automatic challan creation) then please share with us.

 

I have similar requirement with my client.

 

 

 

Regards

Mohit Jaiswal

PO cancel release information in EXIT_SAPLEBND_002

$
0
0

Hi,

 

I am using the above exit to send an outlook mail to the next user as per the release strategy. This exit is getting triggerd with the user releases or cancels the PO and clicks on the save button.

 

I would like to send a mail to the PO creator when the PO release is cancelled. This I am unable to achieve as the trigger point for this exit is save button.

 

In Tcode me28 the sy-ucomm status is FRGS during release and FRGR during cancel. But I cannot get these values in the exit as the trigger is save button and then the value is BU.

 

As I want to do some validations during the run time, I am unable to find any tables that hold this info.

 

We dont want to use any workflow.

 

Kindly let me know if there is any other way to achive this.

 

Thanks.

 

Chakravarthy.

Standard Program - Retrieve Results

$
0
0

Hello Experts,

 

please help me for the below scenario

 

I have to retrieve an internal table values from the standard program. This program inturn uses a standard class for processing. The internal table which I am looking for is getting populate in one of the methods of the standard class. I would like to know how can we retrieve the internal table values from this class method which is being called by a standard program.

 

I would have to use this internal table for further processing.

 

Please help.

Thanks,
Kajal


Re: Standard Program - Retrieve Results

$
0
0

Hi Kajal,

 

as I understand:

The internaltable "populated" by the method is called in the standard program, - so the table is filled in the task where the standard program runs.

You have to use this internal table in your own program, - might be a report running in another task ??

So I think you should look if you can get the internal table in a user exit or enhancement to store it as DB table or to send it to a shared memory section.

Then you would be able to fetch it in your second program.

 

bye, Volker

Re: TCODE - IE02 - F4 for Field on Standard SAP Screen

$
0
0

Hi Rajesh,

 

I do have the same requirement, Can you guide me how you got the F4 help for ITOB-HERST without access key.

 

As Pushpa said that "You should use the user exit with combination of custom F4 ."

 

I am using user-exit for my validations and also I have created custom search help, but to attach it to ITOB-HERST field how to achieve it without access key.

 

Please advice.

 

Thanks & Regards,

Sonali Deshmukh

Re: Standard Program - Retrieve Results

$
0
0

Hi Volker,

 

Thanks for the prompt reply.

 

Could you please le tme know knwo if this is the only option available ?

 

Thanks,

Kajal

Re: Standard Program - Retrieve Results

$
0
0

Hi,

 

at the moment I don't see another solution. Can you send where in the program which table of which method you need ? Perhaps someone else has a good idea or I can have a look this evening.

 

Bye, Volker

Re: CJ20n - Allocation structure substitution

$
0
0

Hi Manohar,

 

I was thinking to maintain subtitution rule for Allocation structure depending on project type. Please could you advise me how you resolved your issue.

 

Thank you.

 

Regards,

Leanne

Viewing all 2464 articles
Browse latest View live


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