Hello All ,
I am encountering a strange problem while calling FBL1N using submit command in my program.
The parameters I need to fill while calling the program are :
1. Vendor Code
2. Company Code
3. Open at key date ( Open items )
4. Normal Items (Check Box )
5. Special G/L indicator.
So for this am calling submit as below :
SUBMIT RFITEMAP WITH LIFNR = '100024'
WITH BUKRS = '1000'
WITH ALLGSTID = '20120101'
WITH XNORM = 'X'
WITH XSHBV = 'X' AND RETURN.
Now the problem is with third parameter , as you can see that I have set date to '20120101' i.e 01.01.2012 but when submit triggers FBL1N that date is set to today's date ( which is a default behavior of fbl1n ). I don't know why this is happening when I passing the date correct.