Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all 8332 articles
Browse latest View live

Question for Enhancement MWMTO001

$
0
0

Dear ABAP experts,

 

I am Functional consultant & erquest you to kindly help me.

 

We are doing a enhacement using SAP STD enhancement MWMTO001 Enhancements for end of transfer order generation this comes under SMOD;

 

and this has component Function module in it EXIT_SAPLL03T_001, User Exit at End of TO Creation (in Update Task).

 

When I double click on this function module it is having below code

FUNCTION EXIT_SAPLL03T_001.

*"----------------------------------------------------------------------

*"*"Globale Schnittstelle:

*"       IMPORTING

*"              I_LTAK_VB LIKE  LTAK_VB STRUCTURE  LTAK_VB

*"       TABLES

*"              T_LTAP_VB STRUCTURE  LTAP_VB

*"----------------------------------------------------------------------

 

  INCLUDE ZXLTOU01.

ENDFUNCTION.

 

and the include ZXLTOU01 is also having somme code and it is also active

 

*&---------------------------------------------------------------------*

*&  Include           ZXLTOU01

*&---------------------------------------------------------------------*

* Program Name  : IDOC Extension for WM Information                    *

*                 Item Confirmation                                    *

*&---------------------------------------------------------------------*

* Only for Japan Wharehouses

IF i_ltak_vb-lgnum(2) EQ 'JP'.

 

  DATA: l_zsyst TYPE t327a-zsyst.

 

  LOOP AT t_ltap_vb.

    CLEAR l_zsyst.

    SELECT SINGLE zsyst

      INTO l_zsyst

      FROM t327a

      WHERE lgnum EQ i_ltak_vb-lgnum

        AND vltyp EQ t_ltap_vb-vltyp

        AND nltyp EQ t_ltap_vb-nltyp.

 

 

* Only Execute for This Partner Profile

* SVF Forms

    IF l_zsyst EQ 'WM001LJP'.

      UPDATE ltap SET kzsub = ''

                WHERE lgnum EQ i_ltak_vb-lgnum

                  AND tanum EQ t_ltap_vb-tanum

                  AND tapos EQ t_ltap_vb-tapos.

    ENDIF.

  ENDLOOP.

*

ENDIF.

 

I have created Functional specs but unfortunately our ABAP team is not good enough to catch it. Meaning they are asking me what ahould be the break point etc more technical things that I am not aware.

 

Can you please help me to point out where we put a breakpoint so that it can stop while saving the transfer order.

 

Appreciate your Help

 

Kind Regards

Hiren Panchal


Timestamp Field - Dynamic date values

$
0
0

Hello

 

I have an abap program with timestamp field as select-option.

 

The user would like the job to be scheduled every week and the timestamp field should have values current date- 1 week.

 

Can we do this using dynamic varient ?

 

I am aware that for timstamp field dynamic varient is not possible and only TVARVC is possible.

 

Even that is not working. Is there any way to do this using TVARVC or any other method.

 

The select option is of structure reference TZONREF.

 

Assuming I populate current date - 1 week in the initialization event without using TVARV table. I still need a varient for another field which has plant values.

 

Can I use varient as well as code my required dates in the initizalization event. If so, should i hide the date field while choosing the varient or will the values disappear when the varient is chosen.

 

Regards

Krish

How do I hide/limit the information from certain fields in a transaction for certain roles?

$
0
0

Hi,

 

I'm trying to find a way to limit the information a user sees in certain transaction.

 

For example, take transacton FNVS (cash flow in Loans Management). In there, an analyst should be able to see all the information. This includes customer name, address, date of birth, among more information including the cash flow. However, if an accountant goes into that transaction, we don't want him to be able to see the client information. He shouldn't see his/her name, nor the address. Everything the accountant should see is the cash flow.

 

I've tried to search for this in here and in google but found nothing.

 

Thanks in advance!

Eduardo García.

local class example

$
0
0

hi experts,

i am new in oop, so i can't understand oop exactly. so please give me example of oop using local class.

 

thanks in advance.

How to find the Parameter id to set parameter id for /sccw/pack,

$
0
0

Dear all,

how to find the Parameter id for particular transaction if  transaction- field is not having parameter id  than how can i pass the values.

Smartforms

$
0
0

Hi ,

 

            I got Requirement in smartforms , i want to hide PDF! commends in smartforms (before Release the  purchase order ).

SQVI - No Data was Selected Error

$
0
0

Hi All.

I require some help with SQVI please.  All I require is two fields from another table KONP.  I have created a join with tables A902 and KONP (view screenshot below).  I require the selection fields of Condition Record Number and Material Number Only.  I then list a few fields from the A902 table and the two fields from the KONP table (Amount -  KBETR).  When I execute the query and input either a condition record number or material number, it comes up with the "No Data was Selected Error". I have also chosen one record and checked that the same record exists on both tables with SE16.  Could somebody please assist.  It would be highly appreciated.  Regards.

Table Join1.jpg

Incompletion Log for Z field in Custom Tab in Sales Line Item

$
0
0

I have made a Custom Tab ("Global Data") in Sale Order Line Item after "Additional Data B".global data.png

In the incompletion  log, when user double clicks on that entry, the control should take me to Global Data Tab.

 

global data.png
How to do this ??


Gap between two screen fields in 0185 infotype ?

$
0
0

Dear SAP Guru's,

 

When I am enhancing the standard infotype 0185 with additional fields using PM01 single screen tab,

huge gap is coming, because 3305 screen fields are existed on 0185 infotype,


I tried to enhance the 3305 by adding the fields but still those fields are not displaying on it, 3305 having no single and list screen,

how to overcome with this gap.


Thanks in advance.


Regards,

Syed taj.

How to determine all program names used in program.

$
0
0

Hello, dear experts . I have several questions.

1.How  can I determine all packages where some SAP module's (ex. PM)  objects situated. - maybe there is some special table etc.

2. How can I determine programs used inside another program.

For example: IW36 transaction code fixed to standart SAP program (function group) SAPLCOIH.

But in the next screen it use another program in this case SAPLCOMK as subscreen Photo attached. I want to find out all of programs which call first program.

ABAP way is preferable.

 

Untitled2.png

Thank you in advance.  

Error in SOST

$
0
0

dear guru ,

we don't try to send delivery via internet.

Message XS802 No delivery to XXXXX , as recipient unknown.

Can you help me ?

Thanks.

This view is obsolete. Use transaction FM_FUNCTION instead

$
0
0
  1. Dears.,

-I hope if anybody can help me?

-While I try to enter to “Define Function Area “window I got a message no: FMMD_E005.

This view is obsolete. Use transaction FM_FUNCTION instead

 

-If anyone can help me will be appreciated.

 

 

  1. Regards.,

Shady Osama

Logo not printing for Zebra printer

$
0
0

Hi All,

         I have a requirement to print company logo after executing MIGO using Zebra printer. I have added the Zebra print parameters in SAPscript and uploaded the ITF file of logo to SO10 and from there copied to my SAPscript and tried printing, there is no logo displayed. I have tried using including standard text in sapcript with help of INCLUDE text statement that also is not working. Please help me to print logo using SAPscript for zebra printers.

 

Thanks & Regards,

Priya

Exception condition "SINGLE_EXIT_MULTIPLY_ACTIVE" raised.

$
0
0

Dear All,

 

These problem regarding badi how to solve this issue . i deselect the badi check box for single implementation check box.

 

problem :

 

May be this is regarding badi developed with multiple activation .so i tried to deactivate but when i tried to it its going to dump .

 

i tried like se18 ->utilities-> adjustments->multiple active implementations then select on red mark badi right click on that and click on deactivate then its go to dump .

 

When i enter se18 or se19 or se24 or v/08 ....its go to dump like below .

 

Thanks & Regads.

 

Narayana.

Execute ISQL (SAP ASE) in ABAP

$
0
0

Hi experts,

 

does anybody know, how I can execute an SAP/Sybase ASE ISQL (stored procedure) in ABAP and getting the output to abap?

 

Maybe there is a class or FM.

 

Kind regards


Capturing selection screen values after the Submit statement?

$
0
0

 

Hi All,

 

I have the requirement like below.

 

In my report I am calling standard report using SUBMIT statement.

 

SUBMIT rbnk_merge_reset VIA SELECTION-SCREEN AND RETURN.

 

After this statement executes, the user will enter the input and execute the report RBNK_MERGE_RESET.

 

Here I want to capture what the user enters on the screen.

 

Kindly help, how I can achieve this.

 

Thanks in advance.

 

Have a nice Day!!!

 

Regards,

Priya

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

How to debug an RFC call from a remote system?

$
0
0

Hello everybody,

 

we are having a problem with an rfc module whithin our system which is called by an external sap system.

 

Now, the question is, is there any chance for debugging the module when it is called from "outside`"?

Or, at least, can I somehow log the parameters of the call so that I could start the program in debug mode later on with the original parameters?

 

Thank you for your ideas,

Uta

Function module or Globlal class?

$
0
0

Hi All,

 

I need to write code in the include ZXF04U01, as forms(perform) are obsolete now, i cant create classes in this include. So i have to go either with function modules or else with Global class.

 

Is there any priority between FM and global classes. Which is better and why?

 

Thanks in advance.

 

regards,

NarsiReddy.

Problems in code EXIT_SAPLL03A_013

$
0
0

Dear,

 

I am trying to program EXIT_SAPLL03A_013 in MWMTO013.

(Mind you I am a functional consultant with limited knowledgde of ABAP..:)

What I want the system to do is in case the Warehouse is '400', the Destination Storage type is '916', and the Dellivery type of the preceding Delivery is 'ZS', let the Destionation bin be 916-001-SCRAP, instead of the dynamic bin (Delivery number).

 

My code is as follows (and seems to be syntactically correct so I learned checking it): see attachement.

During debugging however, lv_**** is said to be an invalid variable..

What do I need to change in the code...?

 

Thanks in advance for any clues!

Kind regards,

Bart

How to cancel the sap standard segment release

$
0
0

Hi,

 

Our SAP upgrade from EHP5 to EHP7, there are some IDOC segment definition has new release, for example: the old version is E2EDP01008, but the new release is E2EDP01010, now the IDOC outbound file related this segment are become E2EDP10101 rather than E2EDP01008, It will make the third-part system can't translate the IDOC file anymore , so, can I cancel the new release and continue use the old release ? otherwise I must ask to change the third-part system to suit the new release...

Viewing all 8332 articles
Browse latest View live


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