Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

STOCK REPORT

Former Member
0 Kudos

HELLO,

I HAVE CODED A STOCK REPORT..THAT WILL DISPLAY STOCK AS OF TODAY.

PLS TELL ME HOW TO DISPLAY STOCK AS OF 31 JAN 2007....

THANX IN ADVANCE..

REGARDS.

MAYA.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi maya,

try to use one of this function modules in the report.

SG_PS_GET_LAST_DAY_OF_MONTH

RE_LAST_DAY_OF_MONTH

HR_HCP_GET_LAST_DAY_OF_MONTH

HRVE_LAST_DAY_OF_MONTH

RP_LAST_DAY_OF_MONTHS

SLS_MISC_GET_LAST_DAY_OF_MONTH

LAST_DAY_OF_MONTHS

WSAF_GET_LAST_DAY_OF_MONTH .

Otherwise get the date as per ur requirement from the selection screen and use it in the select stmt during the retrieval of the data.

Regards...

Arun.

7 REPLIES 7

Former Member
0 Kudos

u can check std.reports MB51 or MB5B.

tables : MKPFMSEGMARD.

Regards

Prabhu

0 Kudos

HELLO,

THANK U FOR UR RESPONSE...

COULD U PLS TELL ME MORE IN DETAIL, IF POSSIBLE LILBIT OF CODE..

REGARDS,

MAYA

Former Member
0 Kudos

Hi,

Please have a look at the following Std reports.

<b>MMBE</b> is the TCode and Program : <b>RMMMBESTN</b>

<b>MB5B</b> is the other TCode and Program: <b>RM07MLBD.</b>

Regards,

Anji

sreeramkumar_madisetty
Active Contributor
0 Kudos

Hi

Check the standard stock report through the transaction:MB52.

Regards,

kumar

Former Member
0 Kudos

Hi maya,

try to use one of this function modules in the report.

SG_PS_GET_LAST_DAY_OF_MONTH

RE_LAST_DAY_OF_MONTH

HR_HCP_GET_LAST_DAY_OF_MONTH

HRVE_LAST_DAY_OF_MONTH

RP_LAST_DAY_OF_MONTHS

SLS_MISC_GET_LAST_DAY_OF_MONTH

LAST_DAY_OF_MONTHS

WSAF_GET_LAST_DAY_OF_MONTH .

Otherwise get the date as per ur requirement from the selection screen and use it in the select stmt during the retrieval of the data.

Regards...

Arun.

Former Member
0 Kudos

thank u 4 dis topic

sivaprasad_ml
Participant
0 Kudos

can any one suggets me to make a customized report that matches with the mb5l standard report to take a stok report along with the GL for a give date.

Regards

Sivaprasad