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

Re: Printing issue in F.27 t-code

$
0
0

Hi  Suruchi,

 

Can you tell me he driver program which one you used. Are you copying the standard correspondence and crated variants.

 

Regards,

Madhu.


Re: CALL METHOD im_account->set_exkn displays error MEOUT134

$
0
0

Hello David,

 

have you managed to solve the issue in the meantime?

I have the same problem and I don't know how to solve it either.

 

Thank you,

 

Mihai

Re: Printing issue in F.27 t-code

$
0
0

Hi Madhu

 

Driver program is RFKORD10_pdf and i am not copying the standard.

 

Thanks

Suruchi

Re: BDT INSO in FSCD

$
0
0

Hi

there is only this defined no collect FM

ISSC_INSO_VVSCPOS_GET

Enhanching driver program RFIDYYWT

$
0
0

hi ,

 

I need to write a logic for a specfic country in the driver program 'RFIDYYWT' , when it calls the FM 'IDWT_DISPATCHER'

such that if the  a field in the internal table passed to the form is of a specfic country on then my logic should trigger otherwise not.

 

Im a newbie , so pls suggest me the workaround,

 

Thanks,

Faiz

Re: Printing issue in F.27 t-code

$
0
0

HI Suruchi,

 

Can you check correspondence and variants.

 

Regards,

Madhu.

Re: CALL METHOD im_account->set_exkn displays error MEOUT134

$
0
0

Hi;

 

I finished using tcode SMOD -> MEREQ001 and one of the user-exits, EXIT_SAPLMEREQ_001/010.

 

hope this help you.

How to restrict the lenght of customer material no(Vbap-kdmat)?

$
0
0

How to restrict the lenght of customer material no(Vbap-kdmat)?


Using MB_DOCUMENT_BADI on MB31

$
0
0

Hi,

 

I'm trying to use the BADI MB_DOCUMENT_BADI on MB31 (when saving document) to insert notification number on MKPF-XABLN (GR/GI Slip No).

 

I created an Implementation of the BADI, the class and a method  IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_UPDATE where I've coded something where there's a breakpoint to see if the method gets called. Everything's activated and Runtime Behavior: The implementation will be called

Problem is, the breakpoint is never reached and therefore the method never gets called.

 

What am I doing wrong?

 

BADI INFO:

Attributes

Implementation name ZMB_DOCUMENT_BADI

Definition name MB_DOCUMENT_BADI

BAdI migrates to enhancement spot   MB_GOODSMOVEMENT

Impl. migrates to enhancement       ZMB_DOCUMENT_BADI

 

Interface:

Interface name                      IF_EX_MB_DOCUMENT_BADI

Name of implementing class:         ZCL_IM_MB_DOCUMENT_BADI

 

Thank you!

Re: How to restrict the lenght of customer material no(Vbap-kdmat)?

$
0
0

Hi Abhijit,

 

As i know we can not restrict the fields in this.

 

Regards,

Madhu.

Re: Enhanching driver program RFIDYYWT

$
0
0

Hello Faizur,

 

Use BADI WTAXREPORT_MODIFY to change the data before passing to FM IDWT_DISPATCHER.

 

The below are the methods and you can choose method based on your requirement.

 

  • ENTER_ADDINFO_BEFORE_SELECTION   -  Enable the User to Enter Additional Selection Parameters
  • MODIFY_FIDOC_BEFORE_OUTPUT   - Change the Selected Accounting Document Line Items
  • MODIFY_DATA_BEFORE_OUTPUT -   Modify the WH Tax Data Before Output
  • ACTIVITIES_AFTER_OUTPUT -   Further Activities After Report Output
  • LDB_DYNAMIC_SELECTION  -  Consider dynamic Selections

 

Thanks

 

-Learner

save CO11N custom fields into AFRU table via screen exit SAPLXCOF

$
0
0

Hi Developers,

 

I have added 2 new fields in CO11N screen and changed AFRU table structure as well.

I have also activated both CONFPP05 & CONFPP07 to get my the record saved into table AFRU but I am having difficulties to pass the screen value SAPLXCOF to  (ES_AFRUD structure in EXIT_SAPLCORU_S_101).

 

Although I see the input being carried during my debug, but when try to import/export this value in order to save in exit  CONFPP05, it just doesnt work.

Have seen many threads discussing the similar enhancement, but however most thread concluded import/export from memory solved their problem.

 

Can someone advice on what am I doing wrong?

Needed authorizations for Switch Framework

$
0
0

Hello!

I want to activate/deactivate switches in SFW5, but there is no buttons to do it.

Снимок2.JPG

S_SWITCH authorization object is presented in the list of my user authorizatins.

What's the probem? What am I doing wrong?

BAPI_COMMIT and MESSAGE in IF_EX_ME_PROCESS_PO_CUST~CLOSE

$
0
0

Hallo Everybody,

 

I´ve got the following Problem:

In ME21n when creating a Order I Need to Create Equipments with BAPI and therefor I have to process a BAPI_COMMIT and also I want to give the User some Messages TYPE 'I'.

 

Now I´ve read that in IF_EX_ME_PROCESS_PO_CUST~CLOSE it´s not allowed to use the Statement MESSAGE or send any commits.

 

 

No I wonder how to solve my Problem.

In RFC I can not send Messages or get USER-Inputs which I Need in my Function.

In IF_EX_ME_PROCESS_PO_CUST~CLOSE I'm not able to send Messages and use commits

In an USER Exit the DATA is not Committed and If something goes wrong I created Equi´s to which there is no Order.

 

Anyways the USER-Exit seems like the only possible way.

Is there one after the commit of ME21N ?

If not which would be the latest?  Include MV45AFZZ ?

 

 

I hope u can help me solving this Problem, any ideas and hints will be appreciated.

 

THX Richard

How to set : any change in PO/Contract should go for Re-Release?

$
0
0

Hello folks!

 

I need a help. My requirement is if any change in Contract is happened - it should go for re-release.

I checked release strategy and in that PO type, Purchase org, Net Amount limit , Po group is given.

When I change Target amount  greater to limit it goes for Re-Release.

But If  I add or delete any lines in contract or change any other detail it stays in release stage only.Not going for Re-Release.

Please help me out.


Re: Dump during Display or Implemenation of BADI using se18 & se19 respecti

Re: Change of sum row in CAT2

$
0
0

Found out.

 

All the fields except for the certain ones made invisible.

So I had no choice but to make another implicit enhancement,

where I make additional fields of sum row visible.

Maybe, there is a mistake in this line of the program:

AND screen-name NS 'CATS_ADDFI_TEXT'

maybe it should be 'CATS_ADDFI'. then it would work.

But as they wish.

Re: Deactivating a standard BADI implementaion and creating a new one

$
0
0

Hi Faizur,

 

for this BADI doesn't allow multiple implementation I normally would have told you, that you can't use it, because the SAP implementation might be changed and reactivated by any support package.

 

BUT:

 

 

So why do you have an active SAP implementation for it? I would suggest, that you contact SAP in this case to clarify it.

 

Regards,

 

Klaus

Re: Deactivating a standard BADI implementaion and creating a new one

$
0
0

Hello Faizur,

 

Are you sure it is an actual implementation and not just a sample ?

 

Anyways, if it doesn't has any code then it doesn't matter.

 

Create a custom implementation for it and activate it.

As the BADI doesn't support multiple implementations, the earlier one will get deactivated automatically.

Re: Deactivating a standard BADI implementaion and creating a new one

$
0
0

Hello

 

Create new, custom implementation of the BADI but make sure that the class of your BADI will inherit from the class of the standard BADI. In the methods that you want to change use SUPER->METHOD_NAME to execute the original BADI's coding.

This way if SAP changes the original BADI the SAP coding will still be executed.

 

regards

Viewing all 2464 articles
Browse latest View live


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