cancel
Showing results for 
Search instead for 
Did you mean: 

T.C : SE38 --WHAT IS ITS RELEVANCE IN SD

Former Member
0 Kudos

hi sapgurus

what is the relevance of tc se38. what kind of reports we can generate and how to use it more effeciently. if anybody has a listing of reports which can be run on se38.

my mail id usekhar_win@yahoo.co.in

also, what is a condition record? and related material

pls mail me on these subject asap.

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HEI

ITS AN abap EDITOR WHERE WE CAN WRITE THE PROGRAM CODE.

KIRAN

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Shekhar,

SE38 is the T. Code used to Create / Change /Display any programme.

This is used irrespective of any module. For Technical Consultants its very much useful T.code to create Programmes.

If we want to run any Transaction in SAP, it requires a Programme to run in back ground. That Programme is created in SE38. And using the T.code SE93 we can create Transaction code for that Programme.

For example to create Sales Documents we use T.code as VA01. Here also once after using VA01, it will run a standard programme SAPMV45A. This programme is created in SE38 only.

Even if the System is going into dump while running any Transaction / Programme etc, then we can check the error using SE38.

And this is also useful to create Reports such as

SD correction reports like

SDRQCR21

SDVBUK00

Reports used in Scheduling Agreements and Thirtd-party orders like

SDLIPL01

SDBANF02

Condition Record is the Value Records which we maintaine using T.code VK11. All the Condition types which we use need to have some value to be maintained sothat it will show the value in the Sales Documents. Like Price, Discounts, Frieghts, Taxes etc. All these values are need to be maintained in VK11. So those records are calles as Condition records.

These Condition records are maintanied using different combinations like customer wise, material wise, sales org wise, dist channel, customer group, material group etc

Hope this will give some idea.

REWARD IF HELPFUL.

Regards,

Praveen

Former Member
0 Kudos

Dear Sekhar,

in the transaction SE38 you can create, change or display the ABAP programs (subroutines, reports, main programs), but not the function modules for which the transaction SE37 is intended.

Directly from the transaction SE38 you can start also reports; for example, SD correction reports or SD analyting reports (as example, SDRQCR21 for correcting requirements, SDVBUK00 for correcting the status entries, SDLIPL01 for reconstructing cumulative quantities in scheduling agreements, SDBANF02 for analyzing inconsistencies in third-party orders etc. etc.). Here you can start also your own reports.

Also from transaction SE38 you can see the main SD programs like SAPMV45A and their subroutines.

There is no special relevancy of this transaction to SD. It is a general ABAP transaction.

I hope, this info helps.

Kind regards,

Akmal Vakhidov

Development Support SD ERP, SAP, Walldorf/Germany

Former Member
0 Kudos

Hi Sekhar.,

T.code SE38 regenerated a programme,In a programme we have tables & Fields ,So when we executes the programme,It willregenerates,Condition record is that we maintain some conditions for example in VK11,that a particular customer we need to charge particular price that is a condition record

REWARD if helpfull

Thanks & Regards

Narayana