2009 Feb 06 9:03 AM
Hi All,
Is there Is any Parameter Id for MKPF-BUDAT because i want to use SUBMIT query in my program to fetch data from MB5B on posting date.
Or is there is any other method to use submit query on posting date (budat) from MB5B i want to fetch only opening stock from that.
Please give me reply.
Thanks,
Ashish
2009 Feb 06 9:23 AM
Hello
MB5B - it is report RM07MLBD
So use:
SUBMIT RM07MLBD WITH matnr IN p_matnr
bukrs IN p_bukrs
...
datum IN p_budat
AND RETURN.
Hi All,
Is there Is any Parameter Id for MKPF-BUDAT because i want to use SUBMIT query in my program to fetch data from MB5B on posting date.
Or is there is any other method to use submit query on posting date (budat) from MB5B i want to fetch only opening stock from that.
Please give me reply.
Thanks,
Ashish
2009 Feb 06 9:06 AM
hi,
Try using BDC recording for that transaction.
Get the data into a internal table.
Loop this table and populate with respect to the recording data you got from SHDB
Thanks
Sharath
2009 Feb 06 9:10 AM
Hello,
There is no parameter Id defined for BUDAT. But u can use the option of submit via selection screen with selection-field eq ur field.
Regards,
Shafi
2009 Feb 06 9:10 AM
Hi,
I don't think there is any paramter id for MKPF-BUDAT.. U can also check it ...
go to MKPF table , double click on data element BUDAT and then select Further Charaxcteriscs..the paramter id will be seen as blank...
or GOTO MIGO and press f1 on posting data, goto techniucal information , u will see the Paramter ID field is blank.
Hope it helps.
Regards,
Nagaraj
2009 Feb 06 9:12 AM
Hello,
You can check this yourself:
1. Goto MB5B.
2. Do an F1 on "Selection Date" --> Click on the "Technical Info" (Hammer & Panner) button.
3. In the dialog-box that appears you can find the Paramter ID (if present).
BR,
Suhas
PS: I did not find any Param. ID
2009 Feb 06 9:18 AM
Hi
There is no parameter id at MKPF-BUDAT you can use call transaction using data from the field BUDAT. Also you can check out SUBMIT - selscreen_parameters options available at F1 help
Thanks
Viquar Iqbal
2009 Feb 06 9:23 AM
Hello
MB5B - it is report RM07MLBD
So use:
SUBMIT RM07MLBD WITH matnr IN p_matnr
bukrs IN p_bukrs
...
datum IN p_budat
AND RETURN.
2009 Feb 06 9:26 AM
Can use this as no parameter id is there for it.
SUBMIT <program> VIA SELECTION-SCREEN
WITH <parameter> eq <name>
2009 Feb 06 9:49 AM
2009 Feb 06 1:30 PM
Hi ,
There is no parameter id for MKPF-BUDAT .
u can try using the 'export/import to memory id ' .
or submit via selection screen and use ' with <sel> <criterion>' addition so as to fill the
elements of sel-screen of the called program.
Regards,
Mdi.Deeba Najam.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |